Skip to content

Commit 0a05d9d

Browse files
build(deps): 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] <[email protected]>
1 parent b42a18a commit 0a05d9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# with:
1414
# xmake-version: branch@master
1515

16-
- uses: actions/cache@v4
16+
- uses: actions/cache@v5
1717
with:
1818
path: |
1919
~/AppData/Local/.xmake

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# with:
1414
# xmake-version: branch@master
1515

16-
- uses: actions/cache@v4
16+
- uses: actions/cache@v5
1717
with:
1818
path: |
1919
~/AppData/Local/.xmake

0 commit comments

Comments
 (0)