diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index a53db59..d6fe53d 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -27,7 +27,7 @@ jobs: elixir-version: "1.15.2" otp-version: "26.0" - name: Restore dependencies cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }} @@ -37,7 +37,7 @@ jobs: run: mix deps.get - name: Retrieve PLT Cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 id: plt-cache with: path: priv/plts