Skip to content

Commit 9922ee6

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] <support@github.com>
1 parent 3264d47 commit 9922ee6

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
@@ -88,7 +88,7 @@ jobs:
8888
mingw: sqlite3
8989
vcpkg: sqlite3
9090
- if: matrix.syslib == 'disable'
91-
uses: actions/cache@v4
91+
uses: actions/cache@v5
9292
with:
9393
path: ports
9494
key: ports-${{ matrix.os }}-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
@@ -169,7 +169,7 @@ jobs:
169169
ruby-version: "3.3"
170170
bundler-cache: true
171171
apt-get: valgrind
172-
- uses: actions/cache@v4
172+
- uses: actions/cache@v5
173173
with:
174174
path: ports
175175
key: ports-ubuntu-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
@@ -187,7 +187,7 @@ jobs:
187187
rcd_image_version: ${{ steps.rcd_image_version.outputs.rcd_image_version }}
188188
steps:
189189
- uses: actions/checkout@v6
190-
- uses: actions/cache@v4
190+
- uses: actions/cache@v5
191191
with:
192192
path: ports/archives
193193
key: ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
@@ -205,7 +205,7 @@ jobs:
205205
runs-on: ubuntu-latest
206206
steps:
207207
- uses: actions/checkout@v6
208-
- uses: actions/cache@v4
208+
- uses: actions/cache@v5
209209
with:
210210
path: ports/archives
211211
key: ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
@@ -268,7 +268,7 @@ jobs:
268268
runs-on: ubuntu-latest
269269
steps:
270270
- uses: actions/checkout@v6
271-
- uses: actions/cache@v4
271+
- uses: actions/cache@v5
272272
with:
273273
path: ports/archives
274274
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)