We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0e6506 + b2046cd commit cd54421Copy full SHA for cd54421
2 files changed
.github/workflows/checkin.yml
@@ -5,9 +5,9 @@ jobs:
5
check_pr:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
9
10
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v4
11
with:
12
cache: npm
13
@@ -19,6 +19,6 @@ jobs:
19
20
- run: npm run test:coverage
21
22
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v4
23
24
- run: npm audit
.github/workflows/e2e.yml
kind:
0 commit comments