Skip to content

Commit

Permalink
Update compile.yml to use actions/checkout@v3
Browse files Browse the repository at this point in the history
Update github/workflows/compile.yml
  • Loading branch information
Igor-Misic authored Oct 10, 2023
1 parent 67a5ed9 commit 6df02d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
image: px4io/px4-dev-nuttx-focal:2021-09-08
options: --privileged --ulimit core=-1 --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: 'true'
Expand Down

0 comments on commit 6df02d0

Please sign in to comment.