Skip to content

Commit 249cd38

Browse files
chore(deps): bump actions/cache from 4 to 6 (#208)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...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 e054e88 commit 249cd38

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Rust
1919
uses: dtolnay/rust-toolchain@stable
2020
- name: Cache cargo registry
21-
uses: actions/cache@v4
21+
uses: actions/cache@v6
2222
with:
2323
path: |
2424
~/.cargo/registry

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sudo apt-get install -y pkg-config libmysqlclient-dev libpq-dev libsqlite3-dev
3838
3939
- name: Cache cargo registry
40-
uses: actions/cache@v4
40+
uses: actions/cache@v6
4141
with:
4242
path: |
4343
~/.cargo/registry
@@ -81,7 +81,7 @@ jobs:
8181
sudo apt-get install -y pkg-config libmysqlclient-dev libpq-dev libsqlite3-dev
8282
8383
- name: Cache cargo registry
84-
uses: actions/cache@v4
84+
uses: actions/cache@v6
8585
with:
8686
path: |
8787
~/.cargo/registry
@@ -119,7 +119,7 @@ jobs:
119119
sudo apt-get install -y pkg-config libmysqlclient-dev libpq-dev libsqlite3-dev
120120
121121
- name: Cache cargo registry
122-
uses: actions/cache@v4
122+
uses: actions/cache@v6
123123
with:
124124
path: |
125125
~/.cargo/registry
@@ -160,7 +160,7 @@ jobs:
160160
sudo apt-get install -y pkg-config libmysqlclient-dev libpq-dev libsqlite3-dev
161161
162162
- name: Cache cargo registry
163-
uses: actions/cache@v4
163+
uses: actions/cache@v6
164164
with:
165165
path: |
166166
~/.cargo/registry
@@ -198,7 +198,7 @@ jobs:
198198
sudo apt-get install -y pkg-config libmysqlclient-dev libpq-dev libsqlite3-dev
199199
200200
- name: Cache cargo registry
201-
uses: actions/cache@v4
201+
uses: actions/cache@v6
202202
with:
203203
path: |
204204
~/.cargo/registry

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sudo apt-get install -y pkg-config libmariadb-dev libmariadb-dev-compat libpq-dev libsqlite3-dev
3535
3636
- name: Cache cargo registry
37-
uses: actions/cache@v4
37+
uses: actions/cache@v6
3838
with:
3939
path: |
4040
~/.cargo/registry

0 commit comments

Comments
 (0)