Skip to content

Commit 348471c

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 918c393 + 1a47465 commit 348471c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/arduino-lint.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
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
@@ -129,7 +129,7 @@ jobs:
129129
130130
steps:
131131
- name: Checkout
132-
uses: actions/checkout@v5
132+
uses: actions/checkout@v6
133133

134134
- name: Install ESP32 platform dependencies
135135
if: matrix.board.platform-name == 'esp32'

.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
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
2323
- name: Spell check

.github/workflows/sync-labels.yml

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

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
- name: Download JSON schema for labels configuration file
3333
id: download-schema
@@ -105,7 +105,7 @@ jobs:
105105
echo "flag=--dry-run" >> $GITHUB_OUTPUT
106106
107107
- name: Checkout repository
108-
uses: actions/checkout@v5
108+
uses: actions/checkout@v6
109109

110110
- name: Download configuration file artifacts
111111
uses: actions/download-artifact@v6

0 commit comments

Comments
 (0)