Skip to content

Commit 77734e0

Browse files
ci: bump actions/cache from 5 to 6 in the github-actions group
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>
1 parent a0a224a commit 77734e0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/QA.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v7
5151
- name: Cache cargo-audit
52-
uses: actions/cache@v5
52+
uses: actions/cache@v6
5353
id: cache-audit
5454
with:
5555
path: ~/.cargo/bin/cargo-audit
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/checkout@v7
8181
- name: Cache cargo-deny
82-
uses: actions/cache@v5
82+
uses: actions/cache@v6
8383
id: cache-deny
8484
with:
8585
path: ~/.cargo/bin/cargo-deny

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: dtolnay/rust-toolchain@stable
6363

6464
- name: Cache cargo
65-
uses: actions/cache@v5
65+
uses: actions/cache@v6
6666
with:
6767
path: |
6868
~/.cargo/registry
@@ -90,7 +90,7 @@ jobs:
9090
uses: dtolnay/rust-toolchain@stable
9191

9292
- name: Cache cargo registry
93-
uses: actions/cache@v5
93+
uses: actions/cache@v6
9494
with:
9595
path: |
9696
~/.cargo/registry
@@ -135,7 +135,7 @@ jobs:
135135
uses: dtolnay/rust-toolchain@stable
136136

137137
- name: Cache cargo registry
138-
uses: actions/cache@v5
138+
uses: actions/cache@v6
139139
with:
140140
path: |
141141
~/.cargo/registry
@@ -191,7 +191,7 @@ jobs:
191191
targets: ${{ matrix.target }}
192192

193193
- name: Cache cargo
194-
uses: actions/cache@v5
194+
uses: actions/cache@v6
195195
with:
196196
path: |
197197
~/.cargo/registry

0 commit comments

Comments
 (0)