Skip to content

Commit bcebc36

Browse files
authored
Update .github/workflows/sync.yaml
1 parent e2dfa09 commit bcebc36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sync.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: [12.x]
1414

1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v2
1717
with:
1818
ref: master
1919
- name: Use Node.js ${{ matrix.node-version }}
@@ -30,4 +30,3 @@ jobs:
3030
- name: Sync it
3131
run: |
3232
git push origin master
33-

0 commit comments

Comments
 (0)