Skip to content

Commit d8db5e5

Browse files
chore(ci): upgrade to v5-beta
1 parent 4fbf06b commit d8db5e5

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
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v4
8+
uses: actions/checkout@v5.0.0-beta
99
- name: Set up Node 18
1010
uses: actions/setup-node@v3
1111
with:
@@ -15,6 +15,6 @@ jobs:
1515
- name: Run tests and collect coverage
1616
run: npm run test
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v4
18+
uses: codecov/codecov-action@v5.0.0-beta
1919
env:
2020
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)