Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/experimental-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
<sub>Built on ${{ env.BUILD_DATE }}</sub>

- name: Remove test-build label
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
script: |
await github.rest.issues.removeLabel({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Remove pre-release label (skipped)
if: steps.rc.outputs.skip == 'true'
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
script: |
await github.rest.issues.removeLabel({
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
*Created: ${{ github.event.pull_request.updated_at }}*

- name: Remove pre-release label
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
script: |
await github.rest.issues.removeLabel({
Expand Down
Loading