Skip to content

Commit

Permalink
Merge pull request #92 from github/use-checkout-v2
Browse files Browse the repository at this point in the history
Use v2 of checkout action
  • Loading branch information
Sam Partington authored and GitHub committed Jun 30, 2020
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
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c953f77

Please sign in to comment.