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

Commit

Permalink
Merge pull request #294 from smowton/smowton/admin/reenable-checkout-v2
Browse files Browse the repository at this point in the history
Revert "Downgrade to checkout@v1 to work around actions/checkout#237"
  • Loading branch information
smowton authored Aug 20, 2020
2 parents 0260438 + 9b9b0b2 commit 89e420d
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 89e420d

Please sign in to comment.