Skip to content

Commit 45c519e

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 f26c0c1 commit 45c519e

3 files changed

Lines changed: 4 additions & 4 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/integration_tests_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version: 'stable'
3535
- run: go version
3636

37-
- uses: actions/github-script@v8
37+
- uses: actions/github-script@v9
3838
id: disallowed-character-check
3939
env:
4040
text: ${{ inputs.test_suite }}
@@ -94,7 +94,7 @@ jobs:
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696

97-
- uses: actions/github-script@v8
97+
- uses: actions/github-script@v9
9898
id: update-check-run
9999
if: ${{ steps.disallowed-character-check.outputs.result == 'pass' && inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }}
100100
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- "https://registry.terraform.io/v1"
3737
steps:
3838
- uses: actions/checkout@v7
39-
- uses: actions/github-script@v8
39+
- uses: actions/github-script@v9
4040
env:
4141
REGISTRY: ${{ matrix.registry }}
4242
with:

0 commit comments

Comments
 (0)