mirror of
https://github.com/alterware/alterware-launcher.git
synced 2026-08-08 08:05:14 +00:00
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:
@@ -23,7 +23,7 @@ jobs:
|
||||
target: ${{ matrix.target }}
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v5
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
target: ${{ matrix.target }}
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v5
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v5
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
|
||||
Reference in New Issue
Block a user