Skip to content

Commit

Permalink
Upgrade maintainence workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Dec 29, 2024
1 parent cf3aa77 commit cc3db73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ permissions:

jobs:
release:
uses: urob/zmk-modules-actions/.github/workflows/upgrade-module.yml@v1
uses: urob/zmk-actions/.github/workflows/upgrade-module.yml@v2
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ on:

jobs:
test:
uses: urob/zmk-modules-actions/.github/workflows/run-tests.yml@v1
uses: urob/zmk-actions/.github/workflows/run-tests.yml@v2
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-zmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
upgrade-zmk:
uses: urob/zmk-modules-actions/.github/workflows/upgrade-zmk.yml@v1
uses: urob/zmk-actions/.github/workflows/upgrade-zmk.yml@v2
secrets:
# Name of PAT with write access to pull requests
token: ${{ secrets.ZMK_ACTIONS_TOKEN }}

0 comments on commit cc3db73

Please sign in to comment.