Skip to content

Commit

Permalink
Bump checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
latchdevel committed Jul 3, 2024
1 parent 7fd7c9b commit 7041822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompileTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# First of all, we clone the repo using the "checkout" action.
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

# Finally, we compile the sketches, using the FQBN that was set in the boards matrix.
- name: Compile examples for ${{ matrix.config.board }}
Expand Down

0 comments on commit 7041822

Please sign in to comment.