mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-15 18:38:46 +00:00
Update checkout and cache actions
This commit is contained in:
parent
dd2fcbf876
commit
92421cb3c6
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
MIRYOKU_DEBUG: ${{ secrets.MIRYOKU_DEBUG }}
|
MIRYOKU_DEBUG: ${{ secrets.MIRYOKU_DEBUG }}
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: 'miryoku_zmk'
|
path: 'miryoku_zmk'
|
||||||
- name: main
|
- name: main
|
||||||
@ -277,7 +277,7 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
- name: cache
|
- name: cache
|
||||||
if: true
|
if: true
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
zmk/modules/
|
zmk/modules/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user