Skip to content

Commit 9416535

Browse files
committed
fix: add missing v
1 parent 744b2b4 commit 9416535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@6
12+
uses: actions/checkout@v6
1313
- name: Run and test
1414
run: (cd updater && bash cmd.bash)
1515
env:

0 commit comments

Comments
 (0)