Skip to content

Commit 4d82484

Browse files
Bump actions/cache from 2 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f951b5 commit 4d82484

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
version: ${{ matrix.version }}
2525
arch: ${{ matrix.arch }}
26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v4
2727
env:
2828
cache-name: cache-artifacts
2929
with:
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
version: ${{ matrix.version }}
5555
arch: ${{ matrix.arch }}
56-
- uses: actions/cache@v2
56+
- uses: actions/cache@v4
5757
env:
5858
cache-name: cache-artifacts
5959
with:
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
version: ${{ matrix.version }}
8585
arch: ${{ matrix.arch }}
86-
- uses: actions/cache@v2
86+
- uses: actions/cache@v4
8787
env:
8888
cache-name: cache-artifacts
8989
with:
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
version: ${{ matrix.version }}
115115
arch: ${{ matrix.arch }}
116-
- uses: actions/cache@v2
116+
- uses: actions/cache@v4
117117
env:
118118
cache-name: cache-artifacts
119119
with:
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
version: ${{ matrix.version }}
145145
arch: ${{ matrix.arch }}
146-
- uses: actions/cache@v2
146+
- uses: actions/cache@v4
147147
env:
148148
cache-name: cache-artifacts
149149
with:

0 commit comments

Comments
 (0)