We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2981495 commit 89131afCopy full SHA for 89131af
1 file changed
.github/workflows/mutation-testing.yml
@@ -9,12 +9,12 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout repo
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
13
with:
14
persist-credentials: false
15
16
- name: Setup Node.js
17
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
18
19
cache: npm
20
node-version-file: '.node-version'
@@ -26,7 +26,7 @@ jobs:
26
run: npm run testonly:mutate
27
28
- name: Upload mutation testing report
29
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
30
31
name: mutationTestingReport
32
path: ./reports/mutation/mutation.html
0 commit comments