Skip to content

Commit 4fecb59

Browse files
Bump actions/cache from 3 to 4 (#361)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79755ec commit 4fecb59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
shell: bash
3737

3838
- name: Cache choosenim
39-
uses: actions/cache@v3
39+
uses: actions/cache@v4
4040
with:
4141
path: ~/.choosenim
4242
key: ${{ runner.os }}-choosenim-${{ matrix.cache-key }}
4343

4444
- name: Cache nimble
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: ~/.nimble
4848
key: ${{ runner.os }}-nimble-${{ hashFiles('*.nimble') }}

0 commit comments

Comments
 (0)