We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0beec96 + 54f11b3 commit 454488aCopy full SHA for 454488a
2 files changed
.github/workflows/create-tag-on-merge.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Check for associated pull request and auto-deploy label
41
id: should-deploy
42
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
43
with:
44
github-token: ${{ secrets.GITHUB_TOKEN }}
45
script: |
action.yml
@@ -51,7 +51,7 @@ runs:
51
52
- name: Escape single quotes
53
id: safe-strings
54
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
55
env:
56
BASE_REF_ARG: ${{ inputs.base_ref }}
57
HEAD_REF_ARG: ${{ inputs.head_ref }}
0 commit comments