Skip to content

Commit 9f44f7b

Browse files
committed
build: actions/checkout@v3
1 parent 48e18ea commit 9f44f7b

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
@@ -114,7 +114,7 @@ jobs:
114114
node-version: "18.10"
115115

116116
steps:
117-
- uses: actions/checkout@v2
117+
- uses: actions/checkout@v3
118118

119119
- name: Install Node.js ${{ matrix.node-version }}
120120
shell: bash -eo pipefail -l {0}
@@ -200,7 +200,7 @@ jobs:
200200
needs: test
201201
runs-on: ubuntu-latest
202202
steps:
203-
- uses: actions/checkout@v2
203+
- uses: actions/checkout@v3
204204

205205
- name: Install lcov
206206
shell: bash

0 commit comments

Comments
 (0)