Skip to content

Commit 8b376b8

Browse files
Bump actions/checkout from 2 to 2.3.4 (#425)
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 8c11165 commit 8b376b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v2.3.4
1616

1717
- name: Install Rust
1818
uses: actions-rs/toolchain@v1

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
rust: [stable, nightly]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v2.3.4
1818

1919
- name: Restore cargo cache
2020
uses: actions/[email protected]
@@ -48,7 +48,7 @@ jobs:
4848
name: Rustfmt
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v2.3.4
5252
- name: Install Rust
5353
uses: actions-rs/toolchain@v1
5454
with:
@@ -60,7 +60,7 @@ jobs:
6060
name: Security audit
6161
runs-on: ubuntu-latest
6262
steps:
63-
- uses: actions/checkout@v2
63+
- uses: actions/checkout@v2.3.4
6464
- uses: actions-rs/audit-check@v1
6565
with:
6666
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)