Skip to content

Commit eec9f7c

Browse files
Bump actions/checkout from 3.5.2 to 3.5.3 (#66)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f652cf commit eec9f7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/[email protected].2
20+
- uses: actions/[email protected].3
2121
with:
2222
persist-credentials: false
2323

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: test on MSRV
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/[email protected].2
10+
- uses: actions/[email protected].3
1111
- uses: actions-rs/[email protected]
1212
with:
1313
# When toolchain is not specified, it uses rust-toolchain, which is the MSRV
@@ -20,7 +20,7 @@ jobs:
2020
name: test on nightly
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/[email protected].2
23+
- uses: actions/[email protected].3
2424
# Because we use nightly features for building docs,
2525
# using --all-features will fail without nightly toolchain.
2626
- uses: actions-rs/[email protected]
@@ -35,7 +35,7 @@ jobs:
3535
name: build with no_std
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/[email protected].2
38+
- uses: actions/[email protected].3
3939
- uses: actions-rs/[email protected]
4040
with:
4141
toolchain: stable

0 commit comments

Comments
 (0)