Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #92 from github/use-checkout-v2
Use v2 of checkout action
Sam Partington authored and GitHub committed Jun 30, 2020

Unverified

No user is associated with the committer email.
2 parents e0299c3 + 25a0a6b commit c953f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
# Must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head of the pull request.

0 comments on commit c953f77

Please sign in to comment.