Skip to content

Commit c594fdc

Browse files
renovate[bot]Romuald Lemesl
andauthored
chore(deps): update actions/cache action to v6
Co-authored-by: Romuald Lemesl <romuald.lemesl@filigran.io>
1 parent 99eaf42 commit c594fdc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/agent-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
components: rustfmt
3737

3838
- name: Cache
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: |
4242
~/.cargo/bin/
@@ -100,7 +100,7 @@ jobs:
100100
components: clippy
101101

102102
- name: Cache
103-
uses: actions/cache@v5
103+
uses: actions/cache@v6
104104
with:
105105
path: |
106106
~/.cargo/bin/
@@ -171,7 +171,7 @@ jobs:
171171
targets: ${{ matrix.target }}
172172

173173
- name: Cache
174-
uses: actions/cache@v5
174+
uses: actions/cache@v6
175175
with:
176176
path: |
177177
~/.cargo/bin/
@@ -205,7 +205,7 @@ jobs:
205205
components: llvm-tools-preview
206206

207207
- name: Cache
208-
uses: actions/cache@v5
208+
uses: actions/cache@v6
209209
with:
210210
path: |
211211
~/.cargo/bin/
@@ -297,7 +297,7 @@ jobs:
297297
targets: ${{ matrix.target }}
298298

299299
- name: Cache
300-
uses: actions/cache@v5
300+
uses: actions/cache@v6
301301
with:
302302
path: |
303303
~/.cargo/bin/

0 commit comments

Comments
 (0)