Skip to content

Commit 0489d58

Browse files
Bump actions/cache from 5 to 6 (#40)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13ab137 commit 0489d58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Cache choosenim
2626
id: cache-choosenim
27-
uses: actions/cache@v5
27+
uses: actions/cache@v6
2828
with:
2929
path: ~/.nimble
3030
key: nimble-v2-${{ matrix.nim }}-${{ hashFiles('dimscmd.nimble') }}
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Cache choosenim
6262
id: cache-choosenim
63-
uses: actions/cache@v5
63+
uses: actions/cache@v6
6464
with:
6565
path: ~/.nimble
6666
key: nimble-v2-stable-${{ hashFiles('dimscmd.nimble') }}

0 commit comments

Comments
 (0)