mirror of
https://github.com/alterware/alterware-launcher.git
synced 2026-02-11 07:13:03 +00:00
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:
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user