Skip to content

Commit 389f986

Browse files
Bump actions/checkout from 2 to 3
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] <support@github.com>
1 parent c29da6c commit 389f986

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- aarch64-unknown-linux-musl
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- name: Install rust
2323
uses: actions-rs/toolchain@v1
2424
with:
@@ -68,7 +68,7 @@ jobs:
6868
override: true
6969
components: rustfmt, clippy
7070
- name: Checkout
71-
uses: actions/checkout@v2
71+
uses: actions/checkout@v3
7272
- name: Clippy
7373
uses: actions-rs/cargo@v1
7474
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- aarch64-unknown-linux-musl
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: Install rust
2222
uses: actions-rs/toolchain@v1
2323
with:
@@ -65,7 +65,7 @@ jobs:
6565
needs: build
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v3
6969
- uses: actions-rs/toolchain@v1
7070
with:
7171
toolchain: stable

0 commit comments

Comments
 (0)