We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744b2b4 commit 9416535Copy full SHA for 9416535
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@6
+ uses: actions/checkout@v6
13
- name: Run and test
14
run: (cd updater && bash cmd.bash)
15
env:
0 commit comments