Skip to content

Commit

Permalink
Merge pull request #5 from matteobaccan/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobaccan authored Nov 20, 2022
2 parents 00d1819 + 8aa671b commit a84a909
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@v2
- uses: actions/checkout@v3

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

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

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

0 comments on commit a84a909

Please sign in to comment.