diff --git a/.github/workflows/create-tag-on-merge.yml b/.github/workflows/create-tag-on-merge.yml index 683efb8f..9d977dc8 100644 --- a/.github/workflows/create-tag-on-merge.yml +++ b/.github/workflows/create-tag-on-merge.yml @@ -39,7 +39,7 @@ jobs: - name: Check for associated pull request and auto-deploy label id: should-deploy - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/action.yml b/action.yml index 1d36fda1..7b18fa89 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ runs: - name: Escape single quotes id: safe-strings - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: BASE_REF_ARG: ${{ inputs.base_ref }} HEAD_REF_ARG: ${{ inputs.head_ref }}