Skip to content

Commit c1f00d7

Browse files
Bump actions/checkout from 2 to 3 (#24)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a24f3ec commit c1f00d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v1
1111
with:
1212
python-version: '3.x'
13-
- uses: actions/checkout@v2
14-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v3
1515
with:
1616
repository: adafruit/ci-arduino
1717
path: ci

0 commit comments

Comments
 (0)