Skip to content

Commit ae5af0c

Browse files
authored
Update deprecated CI actions
1 parent e60d04e commit ae5af0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check compliance with Arduino Repository rules
1+
v4name: Check compliance with Arduino Repository rules
22

33
on:
44
push:
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- name: Check for compliance
17-
uses: arduino/arduino-lint-action@v1.0.0
17+
uses: arduino/arduino-lint-action@v2.0.0
1818
with:
1919
library-manager: update
2020
project-type: library

0 commit comments

Comments
 (0)