Skip to content

Commit

Permalink
CI: upgrade to actions/checkout@4
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed May 27, 2024
1 parent 1d6836a commit 9d340e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install clang-format
run: sudo apt-get install -y clang-format
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: false
- name: Clang-format
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Configure
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
urls: https://www.pjrc.com/teensy/td_156/package_teensy_index.json
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install arduino-cli
run: curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
- name: Install core
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
if: matrix.core == 'teensy:avr'
run: compile-example Timer3Example
- name: Build ToneExample
run: compile-example ToneExample
run: compile-example ToneExample

0 comments on commit 9d340e2

Please sign in to comment.