Skip to content

Commit 3969c6f

Browse files
build(deps): 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](actions/checkout@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] <[email protected]>
1 parent ea3dea0 commit 3969c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,9 @@ jobs:
330330
fail-fast: false
331331
steps:
332332
- name: "Checkout repo"
333-
uses: actions/checkout@v4
333+
uses: actions/checkout@v5
334334
- name: "Checkout maintainer tools"
335-
uses: actions/checkout@v4
335+
uses: actions/checkout@v5
336336
- name: "Select toolchain"
337337
uses: dtolnay/rust-toolchain@stable
338338
- name: "Run policy script"

0 commit comments

Comments
 (0)