Skip to content

Commit 6e7fa1a

Browse files
committed
Update actions/checkout to v4
v3 uses Node 16 which is deprecated
1 parent 41403d1 commit 6e7fa1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Setup Arduino CLI
1919
uses: arduino/setup-arduino-cli@v1.1.2

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
docs:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Fetch Repository Reference Info
1414
id: repo-info
1515
run: |

0 commit comments

Comments
 (0)