Skip to content

Commit

Permalink
test actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianoriccardi committed Oct 15, 2023
1 parent c780331 commit 2ac4735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/LibraryBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

# clone the repo using the `checkout` action
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Arduino Lint
uses: arduino/arduino-lint-action@v1
Expand All @@ -82,7 +82,7 @@ jobs:

# this library is not in the Arduino registry, so it must be installed manually
- name: Checkout SerialCommand library
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: kroimon/Arduino-SerialCommand
ref: master
Expand Down

0 comments on commit 2ac4735

Please sign in to comment.