Merge pull request #63 from alterware/dependabot/github_actions/actions/cache-6

build(deps): bump actions/cache from 5 to 6
This commit is contained in:
2026-07-02 07:47:30 +02:00
committed by GitHub
+3 -3
View File
@@ -23,7 +23,7 @@ jobs:
target: ${{ matrix.target }} target: ${{ matrix.target }}
- name: Cache dependencies - name: Cache dependencies
uses: actions/cache@v5 uses: actions/cache@v6
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry
@@ -54,7 +54,7 @@ jobs:
target: ${{ matrix.target }} target: ${{ matrix.target }}
- name: Cache dependencies - name: Cache dependencies
uses: actions/cache@v5 uses: actions/cache@v6
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry
@@ -86,7 +86,7 @@ jobs:
components: rustfmt, clippy components: rustfmt, clippy
- name: Cache dependencies - name: Cache dependencies
uses: actions/cache@v5 uses: actions/cache@v6
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry