Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 896ebb7

Browse files
Bump actions/cache from 2.1.6 to 4.1.2
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.6...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e042010 commit 896ebb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/cache@v2.1.6
15+
- uses: actions/cache@v4.1.2
1616
with:
1717
path: |
1818
~/.cargo/registry
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v2
42-
- uses: actions/cache@v2.1.6
42+
- uses: actions/cache@v4.1.2
4343
with:
4444
path: |
4545
~/.cargo/registry
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- uses: actions/checkout@v2
71-
- uses: actions/cache@v2.1.6
71+
- uses: actions/cache@v4.1.2
7272
with:
7373
path: |
7474
~/.cargo/registry
@@ -98,7 +98,7 @@ jobs:
9898
# steps:
9999
# - uses: actions/checkout@v2
100100
# # Uses the cache done in the parent job (compile) with the same "key"
101-
# - uses: actions/cache@v2.1.6
101+
# - uses: actions/cache@v4.1.2
102102
# with:
103103
# path: |
104104
# ~/.cargo/registry
@@ -114,7 +114,7 @@ jobs:
114114
# steps:
115115
# - uses: actions/checkout@v2
116116
# # Uses the cache done in the parent job (compile) with the same "key"
117-
# - uses: actions/cache@v2.1.6
117+
# - uses: actions/cache@v4.1.2
118118
# with:
119119
# path: |
120120
# ~/.cargo/registry
@@ -131,7 +131,7 @@ jobs:
131131
# - uses: actions/checkout@v2
132132
# # Sets up a cache to be used on other subsequent jobs.
133133
# # subsequent jobs must use the "needs" field and reference this job.id "compile".
134-
# - uses: actions/cache@v2.1.6
134+
# - uses: actions/cache@v4.1.2
135135
# with:
136136
# path: |
137137
# ~/.cargo/registry

0 commit comments

Comments
 (0)