Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 571b2bf

Browse files
committedJul 8, 2024·
[test] bump checkout action
1 parent e502dc1 commit 571b2bf

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
@@ -311,7 +311,7 @@ jobs:
311311
- name: Checkout
312312
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
313313
if: fromJSON(matrix.config.container) != null
314-
uses: actions/checkout@v3
314+
uses: actions/checkout@v4
315315

316316
- name: Install Node.js
317317
if: fromJSON(matrix.config.container) == null && runner.os != 'Windows'

0 commit comments

Comments
 (0)
Please sign in to comment.