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 2121 matrix :
2222 config : [arduino-cli.yaml, arduino-cli-dev.yaml]
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : arduino/setup-arduino-cli@v1
2626 - name : Download board
2727 run : |
@@ -89,10 +89,10 @@ jobs:
8989
9090 steps :
9191 - name : Checkout
92- uses : actions/checkout@v5
92+ uses : actions/checkout@v6
9393
9494 - name : Cache PlatformIO
95- uses : actions/cache@v4
95+ uses : actions/cache@v5
9696 with :
9797 key : ${{ runner.os }}-pio
9898 path : |
@@ -138,7 +138,7 @@ jobs:
138138 container : espressif/idf:${{ matrix.idf_ver }}
139139 steps :
140140 - name : Checkout
141- uses : actions/checkout@v5
141+ uses : actions/checkout@v6
142142 with :
143143 path : components/asynctcp
144144
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@v5
26+ uses : actions/checkout@v6
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@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-tags : true
2222 fetch-depth : 0 # Ensure all commits and tags are fetched
3939 curl -L -o project.zip "https://github.com/${{ github.repository }}/archive/refs/tags/$TAG_NAME.zip"
4040
4141 - name : Cache PlatformIO
42- uses : actions/cache@v4
42+ uses : actions/cache@v5
4343 with :
4444 key : ${{ runner.os }}-pio
4545 path : |
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@v5
39+ - uses : actions/checkout@v6
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