diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e3fe4f020..f5f7a669b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -281,7 +281,7 @@ jobs: df -h - name: "Restore cache: object files" - uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: /mnt/cache/cc key: haos-cc-${{ matrix.board.id }} @@ -344,7 +344,7 @@ jobs: - name: "Save cache: object files" if: github.ref == 'refs/heads/dev' - uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: /mnt/cache/cc key: haos-cc-${{ matrix.board.id }}-${{ github.run_id }}