Skip to content

Commit

Permalink
Update checkout and cache actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manna-harbour committed Apr 5, 2024
1 parent dd2fcbf commit 92421cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
echo "::endgroup::"
- name: cache
if: true
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
zmk/modules/
Expand Down

0 comments on commit 92421cb

Please sign in to comment.