Skip to content

Commit 25f8851

Browse files
build(deps): bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 1 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b4998b commit 25f8851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build-and-test-linux:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: fmt
1919
run: cargo fmt --all -- --check
2020
- name: clippy
@@ -32,7 +32,7 @@ jobs:
3232
build-and-test-on-windows:
3333
runs-on: windows-latest
3434
steps:
35-
- uses: actions/checkout@v1
35+
- uses: actions/checkout@v4
3636
- uses: actions-rs/toolchain@v1
3737
with:
3838
profile: default

0 commit comments

Comments
 (0)