Skip to content

Commit 7a49d6a

Browse files
committedSep 20, 2023
Update CI
1 parent a87f4cd commit 7a49d6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout the repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v2
1818
with:
@@ -36,7 +36,7 @@ jobs:
3636
name: Node.js ${{ matrix.node-version }} Quick
3737
steps:
3838
- name: Checkout the repository
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
- name: Install pnpm
4141
uses: pnpm/action-setup@v2
4242
with:
@@ -61,7 +61,7 @@ jobs:
6161
name: Node.js ${{ matrix.node-version }} Quick
6262
steps:
6363
- name: Checkout the repository
64-
uses: actions/checkout@v3
64+
uses: actions/checkout@v4
6565
- name: Install pnpm
6666
uses: pnpm/action-setup@v1
6767
with:

0 commit comments

Comments
 (0)
Please sign in to comment.