Skip to content

Commit

Permalink
Merge pull request #198 from sensorium/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/checkout-4

Bump actions/checkout from 3 to 4 in /.github/workflows
  • Loading branch information
tomcombriat authored Oct 10, 2023
2 parents 1787763 + 88201bf commit 3236843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
with:
project-type: library
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile examples
uses: arduino/compile-sketches@v1
Expand Down

0 comments on commit 3236843

Please sign in to comment.