Skip to content

Commit d7f3872

Browse files
committed
Ci update: actions/checkout@v5
1 parent 5e7e609 commit d7f3872

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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: |
@@ -85,7 +85,7 @@ jobs:
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

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

.github/workflows/publish-pio-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/upload-idf-component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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"

0 commit comments

Comments
 (0)