Skip to content

Commit

Permalink
Update CI checkout action to v4
Browse files Browse the repository at this point in the history
v3 uses Node.js 16 which is deprecated
  • Loading branch information
dmadison committed Feb 11, 2024
1 parent fb04207 commit 28ecb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Arduino IDE
run: |
Expand Down

0 comments on commit 28ecb79

Please sign in to comment.