Skip to content

Commit d61d681

Browse files
chore(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97c1f9f commit d61d681

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pr-preview-deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
github.event.client_payload.slash_command.sha != '' &&
1414
contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha)
1515
steps:
16-
- uses: actions/github-script@v6.3.3
16+
- uses: actions/github-script@v7
1717
id: check-id
1818
env:
1919
number: ${{ github.event.client_payload.pull_request.number }}
@@ -37,7 +37,7 @@ jobs:
3737
3838
return check[0].id;
3939
40-
- uses: actions/github-script@v6.3.3
40+
- uses: actions/github-script@v7
4141
env:
4242
check_id: ${{ steps.check-id.outputs.result }}
4343
details_url: ${{ github.server_url }}/${{ github.repository }}/runs/${{ github.run_id }}
@@ -72,7 +72,7 @@ jobs:
7272
timeout: 15m
7373

7474
# Update check run called "integration-fork"
75-
- uses: actions/github-script@v6.3.3
75+
- uses: actions/github-script@v7
7676
id: update-check-run
7777
if: ${{ always() }}
7878
env:

.github/workflows/pr-preview-destroy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
destroy-preview-environment:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/github-script@v6.3.3
13+
- uses: actions/github-script@v7
1414
id: check-conclusion
1515
env:
1616
number: ${{ github.event.number }}

.github/workflows/report-api-diff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# api-artifact
1717
steps:
1818
- name: Download artifact
19-
uses: actions/github-script@v6
19+
uses: actions/github-script@v7
2020
with:
2121
script: |
2222
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({

0 commit comments

Comments
 (0)