We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513f5de commit 729e698Copy full SHA for 729e698
.github/workflows/typescript-standard.yml
@@ -4,7 +4,7 @@ jobs:
4
test-and-upstream:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5.0.0-beta
8
with:
9
token: ${{ secrets.STANDARDS_TOKEN }}
10
- uses: actions/cache@v3
@@ -22,7 +22,7 @@ jobs:
22
- name: Run Tests
23
run: npm run test
24
- name: Upload to Codecov
25
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5.0.0-beta
26
env:
27
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
28
- name: Check coverage
0 commit comments