diff --git a/.github/workflows/compress-json-schemas.yml b/.github/workflows/compress-json-schemas.yml index da2dabe7..4ec90864 100644 --- a/.github/workflows/compress-json-schemas.yml +++ b/.github/workflows/compress-json-schemas.yml @@ -23,9 +23,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - - uses: DaanV2/Json-Schema-Action-Compression@v0.1 + - uses: DaanV2/Json-Schema-Action-Compression@v0.2 with: specificationFile: ${{github.workspace}}\source\compress specification.json