Skip to content

Commit 7bd57ee

Browse files
authored
Merge pull request #28 from arduino-libraries/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents d6a7f6b + c480f58 commit 7bd57ee

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@v4
20+
uses: actions/checkout@v5
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@v4
44+
uses: actions/checkout@v5
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@v4
20+
uses: actions/checkout@v5
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@v4
32+
uses: actions/checkout@v5
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@v4
114+
uses: actions/checkout@v5
115115

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

0 commit comments

Comments
 (0)