Skip to content

Commit 6b5f511

Browse files
authored
Update checkout action v3 to v4
1 parent 625a978 commit 6b5f511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout git project
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Install packages
1717
run: npm ci
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
name: Generate Result
2828
path: report/index.json
29-
reporter: mochawesome-json
29+
reporter: mochawesome-json

0 commit comments

Comments
 (0)