diff --git a/.github/actions/setup-elixir/action.yml b/.github/actions/setup-elixir/action.yml index 0092be871..2e5887d47 100644 --- a/.github/actions/setup-elixir/action.yml +++ b/.github/actions/setup-elixir/action.yml @@ -28,7 +28,7 @@ runs: run: | mix local.hex --force mix local.rebar --force - - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 name: Restore Elixir Deps Cache id: cache with: @@ -46,7 +46,7 @@ runs: shell: bash working-directory: ./elixir run: mix deps.compile --skip-umbrella-children - - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 name: Save Elixir Deps Cache if: ${{ github.ref_name == 'main' }} with: