Skip to content

Commit

Permalink
Merge pull request #8 from matteobaccan/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobaccan authored Sep 4, 2023
2 parents a84a909 + 444cad9 commit d278b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-BLE_Pastable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#continue-on-error: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Arduino - lint
- name: Arduino-lint
Expand All @@ -39,7 +39,7 @@ jobs:
#continue-on-error: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# -----------------------
- name: Compile BLE_Pastable1.1
Expand Down

0 comments on commit d278b2d

Please sign in to comment.