File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 matrix :
2222 config : [arduino-cli.yaml, arduino-cli-dev.yaml]
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : arduino/setup-arduino-cli@v1
2626 - name : Download board
2727 run : |
8585
8686 steps :
8787 - name : Checkout
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v5
8989
9090 - name : Cache PlatformIO
9191 uses : actions/cache@v4
@@ -134,7 +134,7 @@ jobs:
134134 container : espressif/idf:${{ matrix.idf_ver }}
135135 steps :
136136 - name : Checkout
137- uses : actions/checkout@v4
137+ uses : actions/checkout@v5
138138 with :
139139 path : components/asynctcp
140140
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout latest commit
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 2
2929
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-tags : true
2222 fetch-depth : 0 # Ensure all commits and tags are fetched
Original file line number Diff line number Diff line change 3636 echo "Tag: $tag"
3737 echo "RELEASE_TAG=$tag" >> $GITHUB_ENV
3838
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 with :
4141 ref : ${{ inputs.git_ref || env.RELEASE_TAG }}
4242 submodules : " recursive"
You can’t perform that action at this time.
0 commit comments