diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 430e98527a..229fe9a693 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: "${{ github.workspace }}" key: ${{ runner.os }}-build-${{ github.sha }} @@ -166,7 +166,7 @@ jobs: steps: - name: Restore cache - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: "${{ github.workspace }}" key: ${{ runner.os }}-build-${{ github.sha }}