Skip to content

Commit 88e0f2e

Browse files
committed
build: actions/checkout@v4
1 parent d9354ef commit 88e0f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
node-version: "21.5"
127127

128128
steps:
129-
- uses: actions/checkout@v3
129+
- uses: actions/checkout@v4
130130

131131
- name: Install Node.js ${{ matrix.node-version }}
132132
shell: bash -eo pipefail -l {0}
@@ -215,7 +215,7 @@ jobs:
215215
needs: test
216216
runs-on: ubuntu-latest
217217
steps:
218-
- uses: actions/checkout@v3
218+
- uses: actions/checkout@v4
219219

220220
- name: Install lcov
221221
shell: bash

0 commit comments

Comments
 (0)