Skip to content

Commit 9b9b730

Browse files
chore(deps): update actions/cache action to v6
1 parent d469a18 commit 9b9b730

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
node-version: 24
6868

6969
- name: Cache cargo registry
70-
uses: actions/cache@v5
70+
uses: actions/cache@v6
7171
with:
7272
path: |
7373
~/.cargo/registry
@@ -163,7 +163,7 @@ jobs:
163163
targets: ${{ matrix.settings.target }}
164164

165165
- name: Cache cargo registry
166-
uses: actions/cache@v5
166+
uses: actions/cache@v6
167167
with:
168168
path: |
169169
~/.cargo/registry

0 commit comments

Comments
 (0)