Skip to content

Commit ed65130

Browse files
build(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13ddc88 commit ed65130

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/clean-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Remove ticket prefixes from release notes
15-
uses: actions/github-script@v8
15+
uses: actions/github-script@v9
1616
with:
1717
script: |
1818
const release = context.payload.release;

.github/workflows/e2e-suite-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
env:
7575
LINODE_CLI_TOKEN: ${{ secrets.LINODE_TOKEN_2 }}
7676

77-
- uses: actions/github-script@v8
77+
- uses: actions/github-script@v9
7878
id: update-check-run
7979
if: ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }}
8080
env:

.github/workflows/e2e-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
retention-days: 1
144144

145145
- name: Update PR Check Run
146-
uses: actions/github-script@v8
146+
uses: actions/github-script@v9
147147
id: update-check-run
148148
if: ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }}
149149
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# This is necessary as we want to ensure that version tags
5454
# are properly formatted before passing them into the
5555
# DockerFile.
56-
- uses: actions/github-script@v8
56+
- uses: actions/github-script@v9
5757
id: cli_version
5858
with:
5959
script: |

.github/workflows/remote-release-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Calculate the desired release version
3131
id: calculate_version
32-
uses: actions/github-script@v8
32+
uses: actions/github-script@v9
3333
env:
3434
SPEC_VERSION: ${{ github.event.client_payload.spec_version }}
3535
PREVIOUS_CLI_VERSION: ${{ steps.previoustag.outputs.tag }}

0 commit comments

Comments
 (0)