diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6586196ce..2bad867ab 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: /mnt/cache/cc key: haos-cc-${{ matrix.board.id }}-${{ github.run_id }}