Skip to content

Commit d89e4f2

Browse files
committed
Renew github action versions
1 parent 174c10e commit d89e4f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@master
2929

3030
- name: Setup Arduino CLI
31-
uses: arduino/setup-arduino-cli@v1.1.1
31+
uses: arduino/setup-arduino-cli@v2
3232

3333
- name: Install platform
3434
run: |

.github/workflows/platformio_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ jobs:
1919

2020
steps:
2121

22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Cache pip
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: ~/.cache/pip
2727
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2828
restore-keys: ${{ runner.os }}-pip-
2929

3030
- name: Cache PlatformIO
31-
uses: actions/cache@v2
31+
uses: actions/cache@v4
3232
with:
3333
path: ~/.platformio
3434
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@v2
37+
uses: actions/setup-python@v5
3838

3939
- name: Install PlatformIO
4040
run: |

0 commit comments

Comments
 (0)