mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
bump actions/cache to v4
This commit is contained in:
parent
ce2289b3c3
commit
8d6d32c96e
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache helper
|
- name: Cache helper
|
||||||
id: cache-helper
|
id: cache-helper
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
build/linux/helper
|
build/linux/helper
|
||||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache helper
|
- name: Cache helper
|
||||||
id: cache-helper
|
id: cache-helper
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
build/macos/helper
|
build/macos/helper
|
||||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache helper
|
- name: Cache helper
|
||||||
id: cache-helper
|
id: cache-helper
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
build/windows/helper
|
build/windows/helper
|
||||||
|
Loading…
Reference in New Issue
Block a user