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

Commit

Permalink
Revert "Downgrade to checkout@v1 to work around actions/checkout#237"
Browse files Browse the repository at this point in the history
This reverts commit 8aaa7c8.

The bug it was working around (if it ever did) has been fixed.
  • Loading branch information
smowton committed Aug 19, 2020
1 parent 0260438 commit 9b9b0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeqltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "Done"
- name: Check out code
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Build
run: env PATH=$PATH:$HOME/codeql make
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
echo "Done"
- name: Check out code
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Build
run: env PATH=$PATH:$HOME/codeql make
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
echo "Done"
- name: Check out code
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Build
run: |
Expand Down

0 comments on commit 9b9b0b2

Please sign in to comment.