File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8585 echo "apps_ref=$APPS_REF" >> $GITHUB_OUTPUT
8686
8787 - name : Checkout nuttx repo
88- uses : actions/checkout@v5
88+ uses : actions/checkout@v6
8989 with :
9090 repository : apache/nuttx
9191 ref : ${{ steps.gittargets.outputs.os_ref }}
9595 run : git -C sources/nuttx fetch --tags
9696
9797 - name : Checkout apps repo
98- uses : actions/checkout@v5
98+ uses : actions/checkout@v6
9999 with :
100100 repository : apache/nuttx-apps
101101 ref : ${{ steps.gittargets.outputs.apps_ref }}
@@ -319,7 +319,7 @@ jobs:
319319 run :
320320 shell : msys2 {0}
321321 steps :
322- - uses : actions/checkout@v5
322+ - uses : actions/checkout@v6
323323 - uses : msys2/setup-msys2@v2
324324 with :
325325 msystem : MSYS
@@ -393,7 +393,7 @@ jobs:
393393 if : ${{ needs.msvc-Arch.outputs.skip_all_builds != '1' }}
394394 runs-on : windows-latest
395395 steps :
396- - uses : actions/checkout@v5
396+ - uses : actions/checkout@v6
397397 # Set up Python environment and install kconfiglib
398398 - name : Set up Python and install kconfiglib
399399 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828
2929 steps :
3030 - name : Checkout nuttx repo
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 repository : apache/nuttx
3434 path : nuttx
3535 fetch-depth : 0
3636
3737 - name : Checkout apps repo
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 repository : apache/nuttx-apps
4141 path : apps
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - name : Assign labels based on paths
3131 uses : actions/labeler@main
Original file line number Diff line number Diff line change 1717 name : Lint
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323 - run : mkdir super-linter.report
You can’t perform that action at this time.
0 commit comments