Merge pull request #30 from alterware/dependabot/github_actions/actions/cache-5

build(deps): bump actions/cache from 4 to 5
This commit is contained in:
2026-02-02 10:40:21 +01:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ jobs:
target: ${{ matrix.target }}
- name: Cache dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/registry
@@ -54,7 +54,7 @@ jobs:
target: ${{ matrix.target }}
- name: Cache dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/registry
@@ -86,7 +86,7 @@ jobs:
components: rustfmt, clippy
- name: Cache dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/registry