We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2e101 commit 675a4fbCopy full SHA for 675a4fb
.github/workflows/validate.yml
@@ -21,10 +21,10 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: ⬇️ Checkout repo
24
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
25
26
- name: ⎔ Setup node
27
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
28
with:
29
node-version: ${{ matrix.node }}
30
@@ -40,7 +40,7 @@ jobs:
40
run: npm run validate
41
42
- name: ⬆️ Upload coverage report
43
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
44
45
release:
46
needs: main
@@ -51,10 +51,10 @@ jobs:
51
github.ref) && github.event_name == 'push' }}
52
53
54
55
56
57
58
59
node-version: 16
60
0 commit comments