Skip to content

Commit

Permalink
Merge pull request #23 from arduino/dependabot/github_actions/compile…
Browse files Browse the repository at this point in the history
…-sketches-demo/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
per1234 authored Sep 5, 2023
2 parents 122e281 + 9dab48e commit 5aaafba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-sketch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# This step makes the contents of the repository available to the workflow
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# For more information: https://github.com/arduino/compile-sketches#readme
- name: Compile sketch
Expand Down

0 comments on commit 5aaafba

Please sign in to comment.