Skip to content

Commit a639124

Browse files
dependabot[bot]cpu
authored andcommitted
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 439e473 commit a639124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
runs-on: ubuntu-latest
230230
steps:
231231
- name: Checkout sources
232-
uses: actions/checkout@v3
232+
uses: actions/checkout@v4
233233
with:
234234
persist-credentials: false
235235
- name: Install rust toolchain

0 commit comments

Comments
 (0)