diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42ade5ff..fb0070a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: elixir-version: ${{ matrix.elixir }} - name: Restore the deps and _build cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: restore-cache env: MIX_LOCK_HASH: ${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} @@ -146,7 +146,7 @@ jobs: cache-dependency-path: demo/yarn.lock - name: Restore the deps and _build cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: restore-cache env: OTP_VERSION: ${{ steps.beam.outputs.otp-version }}