Skip to content

Commit e4a7e66

Browse files
committed
Use current checkout action in workflows
1 parent 395dc56 commit e4a7e66

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/arduino-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- uses: arduino/arduino-lint-action@v2
1313
with:
1414
library-manager: update

.github/workflows/arduino_test_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v6
1616

1717
# BUGBUG
1818
# DO-NOTHING FOR NOW - TIRED OF STUPID WORKFLOW FAILING

.github/workflows/jsoncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v6
1616
- name: json-syntax-check
1717
uses: limitusus/json-syntax-check@v1
1818
with:

0 commit comments

Comments
 (0)