Skip to content

Commit ae54dea

Browse files
build(deps): bump actions/checkout from 5 to 6 (#37)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 356b1f9 commit ae54dea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: dtolnay/rust-toolchain@nightly
2222
with:
2323
components: rustfmt, clippy
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: macos-latest
3030

3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- uses: dtolnay/rust-toolchain@nightly
3434
with:
3535
targets: x86_64-apple-darwin, aarch64-apple-darwin
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060

6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v6
6363
- uses: dtolnay/rust-toolchain@nightly
6464
- run: cargo build
6565
- run: cargo build --release
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: windows-latest
7878

7979
steps:
80-
- uses: actions/checkout@v5
80+
- uses: actions/checkout@v6
8181
- uses: dtolnay/rust-toolchain@nightly
8282
- run: cargo build -Zunstable-options --out-dir=out-debug
8383
- run: cargo build --release -Zunstable-options --out-dir=out

0 commit comments

Comments
 (0)