Skip to content

Commit bc16c22

Browse files
Bump actions/checkout from 2 to 3 (#23)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f552bd commit bc16c22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Check out repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
- name: Set up Rust toolchain
1717
uses: actions-rs/toolchain@v1
1818
with:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
VERSION: ${{ steps.vars.outputs.VERSION }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424

2525
- name: Set Git Config
2626
run: |
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ${{ matrix.job.os }}
6868
steps:
6969
- name: Checkout
70-
uses: actions/checkout@v2
70+
uses: actions/checkout@v3
7171

7272
- name: Install Rust toolchain
7373
uses: actions-rs/toolchain@v1
@@ -120,7 +120,7 @@ jobs:
120120

121121
steps:
122122
- name: Checkout
123-
uses: actions/checkout@v2
123+
uses: actions/checkout@v3
124124
with:
125125
fetch-depth: 0
126126

0 commit comments

Comments
 (0)