Skip to content

Commit

Permalink
Merge pull request #2 from arduino-libraries/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
manchoz authored Oct 11, 2024
2 parents 2ec7d37 + 83dbc6f commit e734033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

- name: Arduino Lint
uses: arduino/arduino-lint-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

- name: Spell check
uses: codespell-project/actions-codespell@master

0 comments on commit e734033

Please sign in to comment.