Skip to content

Commit fe3d730

Browse files
committed
Update CI
1 parent 40c96ed commit fe3d730

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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:
@@ -35,7 +35,7 @@ jobs:
3535
name: Node.js ${{ matrix.node-version }} Quick
3636
steps:
3737
- name: Checkout the repository
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939
- name: Install pnpm
4040
uses: pnpm/action-setup@v2
4141
with:

0 commit comments

Comments
 (0)