Update checkout and cache actions

This commit is contained in:
Manna Harbour 2024-04-05 17:28:55 +11:00
parent dd2fcbf876
commit 92421cb3c6

View File

@ -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/