Skip to content

Commit 4542430

Browse files
chore(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 c2ee517 commit 4542430

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-tag-on-merge.yml

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

4040
- name: Check for associated pull request and auto-deploy label
4141
id: should-deploy
42-
uses: actions/github-script@v8
42+
uses: actions/github-script@v9
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
script: |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151

5252
- name: Escape single quotes
5353
id: safe-strings
54-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
54+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5555
env:
5656
BASE_REF_ARG: ${{ inputs.base_ref }}
5757
HEAD_REF_ARG: ${{ inputs.head_ref }}

0 commit comments

Comments
 (0)