Skip to content

Commit ffbfa3b

Browse files
dependabot[bot]dscho
authored andcommitted
build(deps): bump actions/checkout from 1 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Note: The version is left at v1 in the `linux32` job because that one runs in a Docker container that does not support Node.js, and hence the Action needs to stay at a version that works without Node.js (i.e. v1). Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5cff971 commit ffbfa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
CC: clang
317317
runs-on: ubuntu-latest
318318
steps:
319-
- uses: actions/checkout@v3
319+
- uses: actions/checkout@v4
320320
- run: ci/install-dependencies.sh
321321
- run: ci/run-build-and-minimal-fuzzers.sh
322322
dockerized:

0 commit comments

Comments
 (0)