Skip to content

Commit 82c8b1a

Browse files
build(deps): Bump actions/checkout from 2 to 2.3.4 (#2071)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43a8ad8 commit 82c8b1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
access_token: ${{ github.token }}
1919

20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v2.3.4
2121

2222
- name: Cache CARGO_HOME
2323
uses: actions/[email protected]
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
access_token: ${{ github.token }}
5656

57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v2.3.4
5858

5959
- name: Install Rust wasm32-unknown-emscripten
6060
uses: actions-rs/toolchain@v1
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
access_token: ${{ github.token }}
116116

117-
- uses: actions/checkout@v2
117+
- uses: actions/checkout@v2.3.4
118118

119119
- name: Check rustdoc links
120120
run: RUSTDOCFLAGS="--deny broken_intra_doc_links" cargo doc --verbose --workspace --no-deps --document-private-items
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
access_token: ${{ github.token }}
130130

131-
- uses: actions/checkout@v2
131+
- uses: actions/checkout@v2.3.4
132132

133133
- uses: actions-rs/toolchain@v1
134134
with:
@@ -167,7 +167,7 @@ jobs:
167167
with:
168168
access_token: ${{ github.token }}
169169

170-
- uses: actions/checkout@v2
170+
- uses: actions/checkout@v2.3.4
171171

172172
- name: Cache CARGO_HOME
173173
uses: actions/[email protected]

0 commit comments

Comments
 (0)