aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-20 22:14:33 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-11-20 22:14:57 +0000
commit9e24113ea6964b328e7207ec95013d9f75109c3b (patch)
tree4cba6f3a532c70ffd5e216e8133719c99fa4afbe /.github/workflows/rust.yml
parentbuild(deps-dev): bump the nodejs-dependencies group with 2 updates (diff)
downloadlocusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.gz
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.bz2
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.lz
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.xz
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.tar.zst
locusts-9e24113ea6964b328e7207ec95013d9f75109c3b.zip
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 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 07d716f..59af298 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -22,7 +22,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout repository
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Lint
run: |
@@ -41,7 +41,7 @@ jobs:
id-token: write
steps:
- name: Checkout repository
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions-rust-lang/setup-rust-toolchain@v1