Skip to content

Commit 99dc0c8

Browse files
Bump actions/checkout from 6 to 7 (#1293)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cc7905 commit 99dc0c8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cpp-ci-serial-programs-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "UPLOAD_FOLDER=$UPLOAD_FOLDER" >> $GITHUB_ENV
4848
4949
- name: Checkout Arduino-Source
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151
with:
5252
path: 'Arduino-Source'
5353
submodules: 'recursive'
@@ -102,7 +102,7 @@ jobs:
102102
path: ${{env.UPLOAD_FOLDER}}
103103

104104
- name: Checkout CommandLineTests
105-
uses: actions/checkout@v6
105+
uses: actions/checkout@v7
106106
if: inputs.run-tests
107107
with:
108108
repository: 'PokemonAutomation/CommandLineTests'

.github/workflows/tabs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout code
9-
uses: actions/checkout@v6
9+
uses: actions/checkout@v7
1010

1111
- name: Fail if tabs are found in source files
1212
# Exclude specific file types if necessary (e.g., binaries, .md files, etc.)

0 commit comments

Comments
 (0)