Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down