Skip to content

Commit a0c49b8

Browse files
authored
GitHub Actions: use actions/checkout@v2 (#563)
1 parent 886187a commit a0c49b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-latest
88

99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v2
1111

1212
- name: Build Projects
1313
run: |

0 commit comments

Comments
 (0)