Skip to content

Commit b804f9a

Browse files
committed
ci: upgrade all github actions
1 parent 94e3f39 commit b804f9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- run: corepack enable
14-
- uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 18
1717
cache: 'pnpm'
1818
- run: pnpm install
1919
- run: pnpm test
20-
- uses: codecov/codecov-action@v3
20+
- uses: codecov/codecov-action@v4
2121
env:
2222
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)