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 9292 echo "apps_ref=$APPS_REF" >> $GITHUB_OUTPUT
9393
9494 - name : Checkout nuttx repo
95- uses : actions/checkout@v4
95+ uses : actions/checkout@v5
9696 with :
9797 repository : apache/nuttx
9898 ref : ${{ steps.gittargets.outputs.os_ref }}
@@ -102,7 +102,7 @@ jobs:
102102 run : git -C sources/nuttx fetch --tags
103103
104104 - name : Checkout apps repo
105- uses : actions/checkout@v4
105+ uses : actions/checkout@v5
106106 with :
107107 repository : apache/nuttx-apps
108108 ref : ${{ steps.gittargets.outputs.apps_ref }}
@@ -281,7 +281,7 @@ jobs:
281281 run :
282282 shell : msys2 {0}
283283 steps :
284- - uses : actions/checkout@v4
284+ - uses : actions/checkout@v5
285285 - uses : msys2/setup-msys2@v2
286286 with :
287287 msystem : MSYS
@@ -354,7 +354,7 @@ jobs:
354354 if : ${{ needs.msvc-Arch.outputs.skip_all_builds != '1' }}
355355 runs-on : windows-latest
356356 steps :
357- - uses : actions/checkout@v4
357+ - uses : actions/checkout@v5
358358 # Set up Python environment and install kconfiglib
359359 - name : Set up Python and install kconfiglib
360360 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout nuttx repo
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
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@v4
38+ - uses : actions/checkout@v5
3939 - uses : actions/setup-python@v5
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@v4
50+ uses : actions/checkout@v5
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@v4
28+ uses : actions/checkout@v5
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@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 - run : mkdir super-linter.report
You can’t perform that action at this time.
0 commit comments