Skip to content

Commit 2652ced

Browse files
build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 928d295 commit 2652ced

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
rustfmt:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
- run: cargo --version && rustc --version
2828
- run: cargo fmt --all --check
2929

@@ -33,7 +33,7 @@ jobs:
3333
image: tamasfe/taplo:0.9.3
3434
steps:
3535
- name: Checkout sources
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737
- name: taplo lint
3838
run: taplo lint
3939
- name: taplo fmt
@@ -42,7 +42,7 @@ jobs:
4242
clippy:
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v6
4646
- uses: dtolnay/rust-toolchain@stable
4747
with:
4848
toolchain: ${{ env.clippy_rust_version }}

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
test:
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- name: REUSE Compliance Check
1919
uses: fsfe/reuse-action@v5

0 commit comments

Comments
 (0)