diff --git a/.github/workflows/api_test.yml b/.github/workflows/api_test.yml index 73a9603f..77037dc6 100644 --- a/.github/workflows/api_test.yml +++ b/.github/workflows/api_test.yml @@ -48,7 +48,7 @@ jobs: - name: Cache sbt packages if: steps.changed_files.outputs.dependencies == 'true' || steps.changed_files.outputs.base == 'true' - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: key: sbt_cache path: ~/.cache/coursier/v1/ diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6ef6f467..a0d497da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Cache sbt packages if: steps.changed_files.outputs.dependencies == 'true' || steps.changed_files.outputs.base == 'true' - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: key: sbt_cache path: ~/.cache/coursier/v1/