Skip to content

Commit 40bf560

Browse files
authored
Use master checkout (#53)
1 parent a53759b commit 40bf560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.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

1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@master
1313
- name: Verify action syntax
1414
# The action should not publish any real changes, but should succeed.
1515
uses: './'

0 commit comments

Comments
 (0)