Skip to content

Commit 729e698

Browse files
chore(ci): upgrade to v5-beta
1 parent 513f5de commit 729e698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/typescript-standard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test-and-upstream:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5.0.0-beta
88
with:
99
token: ${{ secrets.STANDARDS_TOKEN }}
1010
- uses: actions/cache@v3
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run Tests
2323
run: npm run test
2424
- name: Upload to Codecov
25-
uses: codecov/codecov-action@v4
25+
uses: codecov/codecov-action@v5.0.0-beta
2626
env:
2727
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
2828
- name: Check coverage

0 commit comments

Comments
 (0)