Skip to content

Commit 29d690d

Browse files
build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f26cb7a commit 29d690d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
mingw: sqlite3
9191
vcpkg: sqlite3
9292
- if: matrix.syslib == 'disable'
93-
uses: actions/cache@v4
93+
uses: actions/cache@v5
9494
with:
9595
path: ports
9696
key: ports-${{ matrix.os }}-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
@@ -173,7 +173,7 @@ jobs:
173173
ruby-version: "3.4"
174174
bundler-cache: true
175175
apt-get: valgrind
176-
- uses: actions/cache@v4
176+
- uses: actions/cache@v5
177177
with:
178178
path: ports
179179
key: ports-ubuntu-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
@@ -191,7 +191,7 @@ jobs:
191191
rcd_image_version: ${{ steps.rcd_image_version.outputs.rcd_image_version }}
192192
steps:
193193
- uses: actions/checkout@v6
194-
- uses: actions/cache@v4
194+
- uses: actions/cache@v5
195195
with:
196196
path: ports/archives
197197
key: ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
@@ -209,7 +209,7 @@ jobs:
209209
runs-on: ubuntu-latest
210210
steps:
211211
- uses: actions/checkout@v6
212-
- uses: actions/cache@v4
212+
- uses: actions/cache@v5
213213
with:
214214
path: ports/archives
215215
key: ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
@@ -273,7 +273,7 @@ jobs:
273273
runs-on: ubuntu-latest
274274
steps:
275275
- uses: actions/checkout@v6
276-
- uses: actions/cache@v4
276+
- uses: actions/cache@v5
277277
with:
278278
path: ports/archives
279279
key: ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
bundler: latest
2929
bundler-cache: true
3030
apt-get: sqlite3 # active record test suite uses the sqlite3 cli
31-
- uses: actions/cache@v4
31+
- uses: actions/cache@v5
3232
with:
3333
path: ports
3434
key: ports-ubuntu-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}

.github/workflows/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
bundler-cache: true
4848
apt-get: libsqlite3-dev
4949
- if: matrix.lib == 'packaged'
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: ports
5353
key: ports-${{matrix.os}}-${{hashFiles('ext/sqlite3/extconf.rb','dependencies.yml')}}

0 commit comments

Comments
 (0)