File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9696 echo "apps_ref=$APPS_REF" >> $GITHUB_OUTPUT
9797
9898 - name : Checkout nuttx repo
99- uses : actions/checkout@v5
99+ uses : actions/checkout@v6
100100 with :
101101 repository : apache/nuttx
102102 ref : ${{ steps.gittargets.outputs.os_ref }}
@@ -106,7 +106,7 @@ jobs:
106106 run : git -C sources/nuttx fetch --tags
107107
108108 - name : Checkout apps repo
109- uses : actions/checkout@v5
109+ uses : actions/checkout@v6
110110 with :
111111 repository : apache/nuttx-apps
112112 ref : ${{ steps.gittargets.outputs.apps_ref }}
@@ -330,7 +330,7 @@ jobs:
330330 run :
331331 shell : msys2 {0}
332332 steps :
333- - uses : actions/checkout@v5
333+ - uses : actions/checkout@v6
334334 - uses : msys2/setup-msys2@v2
335335 with :
336336 msystem : MSYS
@@ -404,7 +404,7 @@ jobs:
404404 if : ${{ needs.msvc-Arch.outputs.skip_all_builds != '1' }}
405405 runs-on : windows-latest
406406 steps :
407- - uses : actions/checkout@v5
407+ - uses : actions/checkout@v6
408408 # Set up Python environment and install kconfiglib
409409 - name : Set up Python and install kconfiglib
410410 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout nuttx repo
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 with :
3535 repository : apache/nuttx
3636 path : nuttx
Original file line number Diff line number Diff line change 3535 build-html :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 - uses : actions/setup-python@v6
4040 with :
4141 python-version : ' 3.8'
Original file line number Diff line number Diff line change 4747 IMAGE_TAG : ghcr.io/${{ github.repository }}/apache-nuttx-ci-linux
4848 steps :
4949 - name : Checkout repository
50- uses : actions/checkout@v5
50+ uses : actions/checkout@v6
5151
5252 - name : Free Disk Space (Ubuntu)
5353 uses : ./.github/actions/free-disk-space
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