Skip to content

Commit cfacb08

Browse files
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 503533d commit cfacb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
- name: Checkout
291291
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
292292
if: fromJSON(matrix.config.container) != null
293-
uses: actions/checkout@v3
293+
uses: actions/checkout@v4
294294

295295
- name: Install Node.js
296296
if: fromJSON(matrix.config.container) == null

0 commit comments

Comments
 (0)