Skip to content

Commit 44b44e9

Browse files
committed
chore(actions): upgrade to latest versions (#4162)
1 parent f054186 commit 44b44e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mutation-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
contents: read # for actions/checkout
1313
steps:
1414
- name: Checkout repo
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
persist-credentials: false
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
cache: npm
2323
node-version-file: '.node-version'
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run testonly:mutate
3030

3131
- name: Upload mutation testing report
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: mutationTestingReport
3535
path: ./reports/mutation/mutation.html

0 commit comments

Comments
 (0)