We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4114b32 commit d724af1Copy full SHA for d724af1
.github/workflows/regression.yml
@@ -19,7 +19,7 @@ jobs:
19
group: ${{ github.workflow }}-${{ github.ref }}
20
cancel-in-progress: true
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
- run: corepack enable
24
- uses: actions/setup-node@v6
25
with:
@@ -45,7 +45,7 @@ jobs:
45
env:
46
GH_TOKEN: ${{ github.token }}
47
48
49
50
51
.github/workflows/test-report.yml
@@ -13,7 +13,7 @@ jobs:
13
test-report:
14
runs-on: ubuntu-latest
15
16
17
18
0 commit comments