Skip to content

Commit afb9f9f

Browse files
chore: update CI dependencies in .github/workflows/main.yaml
1 parent c724fe7 commit afb9f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
runs-on: ubuntu-22.04
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v4
10-
- uses: pnpm/action-setup@v3
9+
uses: actions/checkout@v6
10+
- uses: pnpm/action-setup@v4
1111
with:
1212
version: latest
1313
- run: sudo apt-get update && sudo apt-get install -y libjemalloc-dev
@@ -20,7 +20,7 @@ jobs:
2020
- name: Aggregate coverage reports
2121
run: node scripts/aggregate-coverage.js
2222
- name: Publish coverage report to Codecov
23-
uses: codecov/codecov-action@v4
23+
uses: codecov/codecov-action@v5
2424
with:
2525
files: ./coverage/coverage.json
2626
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)