Skip to content

Commit 89131af

Browse files
IvanGoncharovyaacovCR
authored andcommitted
Update GitHub actions dependencies (#3615)
1 parent 2981495 commit 89131af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mutation-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repo
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
with:
1414
persist-credentials: false
1515

1616
- name: Setup Node.js
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v3
1818
with:
1919
cache: npm
2020
node-version-file: '.node-version'
@@ -26,7 +26,7 @@ jobs:
2626
run: npm run testonly:mutate
2727

2828
- name: Upload mutation testing report
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v3
3030
with:
3131
name: mutationTestingReport
3232
path: ./reports/mutation/mutation.html

0 commit comments

Comments
 (0)