Skip to content

Commit 103044c

Browse files
Bump actions/cache from 4.0.0 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.0...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5964c2 commit 103044c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
shell: bash
8080

8181
- name: Cache Rust dependencies
82-
uses: actions/[email protected].0
82+
uses: actions/[email protected].2
8383
with:
8484
path: |
8585
~/.cargo/registry/index
@@ -130,7 +130,7 @@ jobs:
130130
shell: bash
131131

132132
- name: Cache Rust dependencies
133-
uses: actions/[email protected].0
133+
uses: actions/[email protected].2
134134
with:
135135
path: |
136136
~/.cargo/registry/index
@@ -178,7 +178,7 @@ jobs:
178178
shell: bash
179179

180180
- name: Cache Rust dependencies
181-
uses: actions/[email protected].0
181+
uses: actions/[email protected].2
182182
with:
183183
path: |
184184
~/.cargo/registry/index
@@ -221,7 +221,7 @@ jobs:
221221
shell: bash
222222

223223
- name: Cache Rust dependencies
224-
uses: actions/[email protected].0
224+
uses: actions/[email protected].2
225225
with:
226226
path: |
227227
~/.cargo/registry/index

0 commit comments

Comments
 (0)