diff --git a/.github/workflows/_elixir.yml b/.github/workflows/_elixir.yml index 9456afc9d..0d79c4118 100644 --- a/.github/workflows/_elixir.yml +++ b/.github/workflows/_elixir.yml @@ -60,7 +60,7 @@ jobs: mix_env: ${{ env.MIX_ENV }} - name: Compile Application run: mix compile --warnings-as-errors - - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 name: Restore PLT cache id: plt_cache with: @@ -72,7 +72,7 @@ jobs: - name: Create PLTs if: ${{ steps.plt_cache.outputs.cache-hit != 'true' }} run: mix dialyzer --plt - - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 if: ${{ github.ref_name == 'main' }} name: Save PLT cache with: diff --git a/.github/workflows/_static-analysis.yml b/.github/workflows/_static-analysis.yml index 8f9551c23..d60806d5f 100644 --- a/.github/workflows/_static-analysis.yml +++ b/.github/workflows/_static-analysis.yml @@ -70,7 +70,7 @@ jobs: - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: "3.11" - - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 name: Restore Python Cache id: cache with: @@ -92,7 +92,7 @@ jobs: run: | pre-commit install --config .github/pre-commit-config.yaml SKIP=no-commit-to-branch pre-commit run --all-files --config .github/pre-commit-config.yaml - - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 if: ${{ steps.cache.outputs.cache-hit != 'true'}} name: Save Python Cache with: