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.
2 parents 6245b7e + dbf7211 commit a7b7792Copy full SHA for a7b7792
.github/workflows/ci-windows.yml
@@ -66,7 +66,7 @@ jobs:
66
statuses: write
67
steps:
68
- name: Create pending status
69
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
70
with:
71
github-token: ${{ secrets.GITHUB_TOKEN }}
72
script: |
@@ -89,7 +89,7 @@ jobs:
89
- uses: ./.github/actions/setup-junit-report
90
91
- name: Create success status
92
93
if: success()
94
95
@@ -104,7 +104,7 @@ jobs:
104
})
105
106
- name: Create failure status
107
108
if: failure()
109
110
0 commit comments