Skip to content

Commit c19a195

Browse files
Bump actions/checkout from 3.0.2 to 3.1.0 (#334)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f5be78 commit c19a195

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
RUST:
1717
- nightly
1818
steps:
19-
- uses: actions/checkout@v3.0.2
19+
- uses: actions/checkout@v3.1.0
2020
with:
2121
persist-credentials: false
2222

@@ -75,7 +75,7 @@ jobs:
7575
FLAGS: "-Z minimal-versions"
7676

7777
steps:
78-
- uses: actions/checkout@v3.0.2
78+
- uses: actions/checkout@v3.1.0
7979
with:
8080
persist-credentials: false
8181

@@ -101,7 +101,7 @@ jobs:
101101
coverage:
102102
runs-on: ubuntu-latest
103103
steps:
104-
- uses: actions/checkout@v3.0.2
104+
- uses: actions/checkout@v3.1.0
105105
with:
106106
persist-credentials: false
107107

0 commit comments

Comments
 (0)