Skip to content

Commit dad974e

Browse files
authored
Merge pull request #8 from EnviroDIY/dependabot/github_actions/actions/checkout-7
ci: bump actions/checkout from 6 to 7
2 parents 2016ccb + 12ec1bb commit dad974e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_examples.yaml

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

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Write the requirements file
3131
run: |
@@ -357,7 +357,7 @@ jobs:
357357

358358
steps:
359359
- name: Checkout code
360-
uses: actions/checkout@v6
360+
uses: actions/checkout@v7
361361

362362
- name: Setup PlatformIO
363363
uses: EnviroDIY/setup-platformio-action@v1.0.3

.github/workflows/changelog_reminder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Changelog Reminder
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v6
8+
- uses: actions/checkout@v7
99
with:
1010
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
1111

0 commit comments

Comments
 (0)