diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18c75474d9..39f530f590 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: git submodule status - name: Cache clones - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: "${{ github.workspace }}" key: ${{ runner.os }}-build-${{ github.sha }} @@ -166,7 +166,7 @@ jobs: steps: - name: Restore cache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: "${{ github.workspace }}" key: ${{ runner.os }}-build-${{ github.sha }}