Skip to content

Commit 2bd6c6d

Browse files
Bump actions/cache from 5 to 6 in the github-actions group (#64)
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 823dc1f commit 2bd6c6d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
tool: cargo-xwin
6262
- name: Restore `cargo-xwin` Cache
6363
if: matrix.os.name == 'windows'
64-
uses: actions/cache/restore@v5
64+
uses: actions/cache/restore@v6
6565
with:
6666
path: ~/.cache/cargo-xwin
6767
key: cargo-xwin-cache-default
@@ -70,7 +70,7 @@ jobs:
7070
run: cargo xwin cache xwin
7171
- name: Save `cargo-xwin` Cache
7272
if: matrix.os.name == 'windows'
73-
uses: actions/cache/save@v5
73+
uses: actions/cache/save@v6
7474
with:
7575
path: ~/.cache/cargo-xwin
7676
key: cargo-xwin-cache-default
@@ -359,7 +359,7 @@ jobs:
359359
tool: cargo-xwin
360360
- name: Restore `cargo-xwin` Cache
361361
if: matrix.os.name == 'windows'
362-
uses: actions/cache/restore@v5
362+
uses: actions/cache/restore@v6
363363
with:
364364
path: ~/.cache/cargo-xwin
365365
key: cargo-xwin-cache-default
@@ -368,7 +368,7 @@ jobs:
368368
run: cargo xwin cache xwin
369369
- name: Save `cargo-xwin` Cache
370370
if: matrix.os.name == 'windows'
371-
uses: actions/cache/save@v5
371+
uses: actions/cache/save@v6
372372
with:
373373
path: ~/.cache/cargo-xwin
374374
key: cargo-xwin-cache-default
@@ -428,7 +428,7 @@ jobs:
428428
tool: cargo-xwin
429429
- name: Restore `cargo-xwin` Cache
430430
if: matrix.os.name == 'windows'
431-
uses: actions/cache/restore@v5
431+
uses: actions/cache/restore@v6
432432
with:
433433
path: ~/.cache/cargo-xwin
434434
key: cargo-xwin-cache-default
@@ -437,7 +437,7 @@ jobs:
437437
run: cargo xwin cache xwin
438438
- name: Save `cargo-xwin` Cache
439439
if: matrix.os.name == 'windows'
440-
uses: actions/cache/save@v5
440+
uses: actions/cache/save@v6
441441
with:
442442
path: ~/.cache/cargo-xwin
443443
key: cargo-xwin-cache-default

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
tool: cargo-xwin
5151
- name: Restore `cargo-xwin` Cache
52-
uses: actions/cache/restore@v5
52+
uses: actions/cache/restore@v6
5353
with:
5454
path: ~/.cache/cargo-xwin
5555
key:
@@ -58,7 +58,7 @@ jobs:
5858
- name: Download `cargo-xwin` Cache
5959
run: cargo xwin cache xwin
6060
- name: Save `cargo-xwin` Cache
61-
uses: actions/cache/save@v5
61+
uses: actions/cache/save@v6
6262
with:
6363
path: ~/.cache/cargo-xwin
6464
key:

0 commit comments

Comments
 (0)