Skip to content

Commit 454488a

Browse files
committed
Merge branch 'develop' into bump-gitstream-core-to-2.1.280
2 parents 0beec96 + 54f11b3 commit 454488a

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)