diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index e15df9a..3bfd9fd 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -70,7 +70,7 @@ jobs: run: mix dialyzer --plt - name: Save PLT cache id: plt_cache_save - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 if: steps.plt_cache.outputs.cache-hit != 'true' with: key: |