Skip to content

Commit 8109103

Browse files
committed
build: actions/checkout@v4
1 parent ea62283 commit 8109103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
node-version: "20.11"
117117

118118
steps:
119-
- uses: actions/checkout@v3
119+
- uses: actions/checkout@v4
120120

121121
- name: Install Node.js ${{ matrix.node-version }}
122122
shell: bash -eo pipefail -l {0}

0 commit comments

Comments
 (0)