diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index 1037994..40b7f76 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -90,21 +90,21 @@ jobs: - name: Cache1 id: cache-build_dir - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /workdir/openwrt/build_dir/ key: cache-build_dir - name: Cache2 id: cache-tmp - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /workdir/openwrt/tmp key: cache-tmp - name: Cache3 id: cache-llvm - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /workdir/openwrt/llvm-bpf-15.0.7.Linux-x86_64 key: cache-llvm diff --git a/.github/workflows/update-checker.yml b/.github/workflows/update-checker.yml index 995e54b..877e747 100644 --- a/.github/workflows/update-checker.yml +++ b/.github/workflows/update-checker.yml @@ -34,7 +34,7 @@ jobs: - name: Compare Commit Hash id: cacheHash - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .commitHash key: HEAD-${{ steps.getHash.outputs.commitHash }}