Skip to content

Commit 1882829

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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@v7
77+
- uses: actions/github-script@v8
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
@@ -135,7 +135,7 @@ jobs:
135135
retention-days: 1
136136

137137
- name: Update PR Check Run
138-
uses: actions/github-script@v7
138+
uses: actions/github-script@v8
139139
id: update-check-run
140140
if: ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }}
141141
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@v7
56+
- uses: actions/github-script@v8
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@v7
32+
uses: actions/github-script@v8
3333
env:
3434
SPEC_VERSION: ${{ github.event.client_payload.spec_version }}
3535
PREVIOUS_CLI_VERSION: ${{ steps.previoustag.outputs.tag }}

0 commit comments

Comments
 (0)