diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index e15df9a..3d21ffe 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -40,7 +40,7 @@ jobs: elixir-version: ${{ matrix.elixir }} otp-version: ${{ matrix.otp }} - name: Restore dependencies cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 id: mix-cache with: path: deps diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 030ea38..8097f31 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -28,7 +28,7 @@ jobs: otp-version: ${{ env.OTP_VERSION }} - name: Restore dependencies cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 id: mix-cache with: path: deps