Skip to content

Commit 3889558

Browse files
Bump actions/checkout from 2 to 2.3.4 (robotty#16)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4de193e commit 3889558

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/changelog-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
check-changelog:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v2.3.4
1313

1414
# Gives an error if there's no change in the changelog (except using label)
1515
- name: Changelog check

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest, windows-latest, macOS-latest]
1818
rust: [stable, nightly]
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v2.3.4
2121
- uses: hecrj/setup-rust-action@v1
2222
with:
2323
rust-version: ${{ matrix.rust }}
@@ -29,7 +29,7 @@ jobs:
2929
check-formatting:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v2.3.4
3333
- uses: hecrj/setup-rust-action@v1
3434
with:
3535
rust-version: stable

0 commit comments

Comments
 (0)