diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index d28d363..6e4f046 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -23,7 +23,7 @@ jobs: toolchain: stable components: clippy, rustfmt - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cargo-cache with: path: | diff --git a/.github/workflows/lint-and-fmt.yml b/.github/workflows/lint-and-fmt.yml index f5506de..0980893 100644 --- a/.github/workflows/lint-and-fmt.yml +++ b/.github/workflows/lint-and-fmt.yml @@ -22,7 +22,7 @@ jobs: with: toolchain: stable components: clippy, rustfmt - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cargo-cache with: path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55be7de..6e5dded 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - name: Update rust toolchain run: rustup update - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cargo-cache with: path: |