Skip to content

Commit e28c48b

Browse files
Bump actions/github-script from 8.0.0 to 9.0.0 (#3895)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6761c8 commit e28c48b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Create pull request
8787
if: steps.push-changes.outputs.updated-version == 'true'
88-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
88+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
8989
env:
9090
BASE_BRANCH: ${{ github.event.repository.default_branch }}
9191
HEAD_BRANCH: ${{ steps.push-changes.outputs.branch-name }}
@@ -155,7 +155,7 @@ jobs:
155155
steps:
156156

157157
- name: Close milestone
158-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
158+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
159159
env:
160160
RELEASE_DATE: ${{ github.event.release.published_at }}
161161
RELEASE_VERSION: ${{ github.event.release.tag_name }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
"version=${version}" >> ${env:GITHUB_OUTPUT}
4343
4444
- name: Create release
45-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
45+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4646
env:
4747
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
4848
DRAFT: ${{ inputs.publish != true }}

.github/workflows/update-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Create pull request
7575
if: steps.update-docs.outputs.updated-docs == 'true'
76-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
76+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
7777
env:
7878
BASE_BRANCH_NAME: ${{ github.event.repository.default_branch }}
7979
HEAD_BRANCH_NAME: ${{ steps.update-docs.outputs.branchName }}

0 commit comments

Comments
 (0)