Skip to content

Commit ed66fc7

Browse files
⬆️ deps: Update actions/cache action to v6 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1bb08e2 commit ed66fc7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
toolchain: stable
2424
components: clippy, rustfmt
2525

26-
- uses: actions/cache@v5
26+
- uses: actions/cache@v6
2727
id: cargo-cache
2828
with:
2929
path: |

.github/workflows/lint-and-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
toolchain: stable
2424
components: clippy, rustfmt
25-
- uses: actions/cache@v5
25+
- uses: actions/cache@v6
2626
id: cargo-cache
2727
with:
2828
path: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v7
1919
- name: Update rust toolchain
2020
run: rustup update
21-
- uses: actions/cache@v5
21+
- uses: actions/cache@v6
2222
id: cargo-cache
2323
with:
2424
path: |

0 commit comments

Comments
 (0)