Skip to content

Commit

Permalink
CI: update checkout action to V3
Browse files Browse the repository at this point in the history
  • Loading branch information
slycelote committed Feb 11, 2023
1 parent fc5c124 commit 13ad53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
for cmd in commands:
subprocess.check_call(cmd.split())
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: 'recursive'

Expand Down

0 comments on commit 13ad53f

Please sign in to comment.