Skip to content

Commit 2e1bc22

Browse files
Bump actions/checkout from 4.1.1 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb9ee85 commit 2e1bc22

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/[email protected].1
19+
- uses: actions/[email protected].4
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/[email protected].1
10+
- uses: actions/[email protected].4
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)