Skip to content

Commit dcbf3d9

Browse files
dependabot[bot]dwrensha
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- 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 d4e6ee4 commit dcbf3d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- name: Install Rust
2929
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
3030

@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565

6666
steps:
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
- uses: actions-rs/toolchain@v1
6969
with:
7070
profile: minimal
@@ -100,7 +100,7 @@ jobs:
100100
CARGO_NET_GIT_FETCH_WITH_CLI: true
101101

102102
steps:
103-
- uses: actions/checkout@v3
103+
- uses: actions/checkout@v4
104104

105105
- name: Install Rust
106106
run: rustup update ${{ env.minrust }} --no-self-update && rustup default ${{ env.minrust }}
@@ -127,7 +127,7 @@ jobs:
127127
name: formatting
128128
runs-on: ubuntu-latest
129129
steps:
130-
- uses: actions/checkout@v3
130+
- uses: actions/checkout@v4
131131
- uses: actions-rs/toolchain@v1
132132
with:
133133
toolchain: nightly

0 commit comments

Comments
 (0)