Skip to content

Commit afaefef

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ca902b commit afaefef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-cache.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# ────────── AutoTST ──────────
2525
- name: Cache AutoTST
2626
id: cache-autotst
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: AutoTST
3030
key: ${{ runner.os }}-autotst-main
@@ -42,7 +42,7 @@ jobs:
4242
# ────────── TS‑GCN ──────────
4343
- name: Cache TS-GCN
4444
id: cache-tsgcn
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: TS-GCN
4848
key: ${{ runner.os }}-tsgcn-main
@@ -60,7 +60,7 @@ jobs:
6060
# ────────── KinBot ──────────
6161
- name: Cache KinBot
6262
id: cache-kinbot
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
with:
6565
path: KinBot
6666
key: ${{ runner.os }}-kinbot-2.0.6

0 commit comments

Comments
 (0)