Skip to content

Commit d9bbf9c

Browse files
Bump actions/checkout from 6 to 7 (#52)
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 d73094f commit d9bbf9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- uses: actions/setup-python@v7
1111
with:
1212
python-version: '3.x'
13-
- uses: actions/checkout@v6
14-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
14+
- uses: actions/checkout@v7
1515
with:
1616
repository: adafruit/ci-arduino
1717
path: ci

0 commit comments

Comments
 (0)