Skip to content

Commit 1cee10f

Browse files
Bump actions/checkout from 4.1.7 to 4.2.2 (#198)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1cf76ae commit 1cee10f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 30
1717
runs-on: ubuntu-20.04
1818
steps:
19-
- uses: actions/checkout@v4.1.7
19+
- uses: actions/checkout@v4.2.2
2020
with:
2121
persist-credentials: false
2222

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: test on nightly
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4.1.7
10+
- uses: actions/checkout@v4.2.2
1111
# Because we use nightly features for building docs,
1212
# using --all-features will fail without nightly toolchain.
1313
- uses: actions-rs/[email protected]

0 commit comments

Comments
 (0)