Skip to content

Commit d689d3f

Browse files
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 033d840 commit d689d3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: cargo test (host targets)
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- uses: dtolnay/rust-toolchain@stable
1414
- run: cargo check -p lien-hook-runtime
1515
- run: cargo test -p lien-hook-runtime
@@ -20,7 +20,7 @@ jobs:
2020
name: manifest vs README
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: check libs advertised in README live in some Cargo.toml or package.json
2525
shell: bash
2626
run: |

0 commit comments

Comments
 (0)