Skip to content

Commit c47827c

Browse files
Update actions/checkout action to v5
1 parent ff73043 commit c47827c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/arduino-library-repository-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Check for compliance
1717
uses: arduino/arduino-lint-action@v2.0.0
1818
with:

.github/workflows/build_arduino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout this repository
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
- name: Cache for arduino-ci
1212
uses: actions/cache@v4
1313
with:

.github/workflows/update_protobufs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
with:
1212
submodules: true
1313

0 commit comments

Comments
 (0)