| commit | 80bc926e2e1eb2fccee833b14868534f4eca56c1 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Sep 01 11:28:47 2025 +0000 |
| committer | GitHub <noreply@github.com> | Mon Sep 01 11:28:47 2025 +0000 |
| tree | e6dcbd3c46382923b79bc7d7bafa2ac488f80214 | |
| parent | 922cd0e2c4652df3f4ac4a83d9c8a6c771063f7f [diff] [blame] |
Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/release_rust.yml b/.github/workflows/release_rust.yml index 04d4e33..55acbb1 100644 --- a/.github/workflows/release_rust.yml +++ b/.github/workflows/release_rust.yml
@@ -34,7 +34,7 @@ publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Dryrun working-directory: lib/rs run: cargo publish --dry-run