Skip to content

Commit

Permalink
Use v2 of checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Partington committed Jun 30, 2020
1 parent e0299c3 commit 25a0a6b
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 25a0a6b

Please sign in to comment.