mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 09:48:47 +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 }}
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'miryoku_zmk'
|
||||
- name: main
|
||||
@ -277,7 +277,7 @@ jobs:
|
||||
echo "::endgroup::"
|
||||
- name: cache
|
||||
if: true
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
zmk/modules/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user