Skip to content

Commit

Permalink
ci: update ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: amannocci <[email protected]>
  • Loading branch information
amannocci committed Sep 7, 2024
1 parent a686123 commit 4e70752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
- name: Install dependencies
run: sudo apt install -y bats
- name: Run tests
Expand Down

0 comments on commit 4e70752

Please sign in to comment.