Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 9b9b0b2

Browse files
committed
Revert "Downgrade to checkout@v1 to work around actions/checkout#237"
This reverts commit 8aaa7c8. The bug it was working around (if it ever did) has been fixed.
1 parent 0260438 commit 9b9b0b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeqltest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "Done"
2929
3030
- name: Check out code
31-
uses: actions/checkout@v1
31+
uses: actions/checkout@v2
3232

3333
- name: Build
3434
run: env PATH=$PATH:$HOME/codeql make
@@ -64,7 +64,7 @@ jobs:
6464
echo "Done"
6565
6666
- name: Check out code
67-
uses: actions/checkout@v1
67+
uses: actions/checkout@v2
6868

6969
- name: Build
7070
run: env PATH=$PATH:$HOME/codeql make
@@ -97,7 +97,7 @@ jobs:
9797
echo "Done"
9898
9999
- name: Check out code
100-
uses: actions/checkout@v1
100+
uses: actions/checkout@v2
101101

102102
- name: Build
103103
run: |

0 commit comments

Comments
 (0)