Skip to content

Commit 77533b8

Browse files
authored
Merge pull request #31 from arduino-libraries/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4953f9d + 915ca41 commit 77533b8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/check-arduino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Arduino Lint
2323
uses: arduino/arduino-lint-action@v2

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545

4646
- name: Compile examples
4747
uses: arduino/compile-sketches@v1

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Spell check
2323
uses: codespell-project/actions-codespell@master

.github/workflows/sync-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
- name: Download JSON schema for labels configuration file
3535
id: download-schema
@@ -111,7 +111,7 @@ jobs:
111111
echo "flag=--dry-run" >> $GITHUB_OUTPUT
112112
113113
- name: Checkout repository
114-
uses: actions/checkout@v5
114+
uses: actions/checkout@v6
115115

116116
- name: Download configuration files artifact
117117
uses: actions/download-artifact@v6

0 commit comments

Comments
 (0)