diff --git a/.github/workflows/create-tag-on-merge.yml b/.github/workflows/create-tag-on-merge.yml index ce181dbb..1435a346 100644 --- a/.github/workflows/create-tag-on-merge.yml +++ b/.github/workflows/create-tag-on-merge.yml @@ -30,7 +30,7 @@ jobs: - name: Check for associated pull request and auto-deploy label id: should-deploy - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/action.yml b/action.yml index 1cb5e90c..d17cc9a3 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ runs: - name: Escape single quotes id: safe-strings - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: BASE_REF_ARG: ${{ inputs.base_ref }} HEAD_REF_ARG: ${{ inputs.head_ref }} @@ -84,7 +84,7 @@ runs: } - name: Get condition variables - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: IS_NON_COMMIT_ARG: ${{ fromJSON(fromJSON(inputs.client_payload)).isNonCommitEvent }} ENABLE_CACHE_ARG: ${{ env.ENABLE_CACHE }} @@ -119,7 +119,7 @@ runs: path: code/output - name: Check if download cache artifact failed - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: ARTIFACT_OUTCOME_ARG: ${{ steps.download-cache.outcome }} ARTIFACT_OUTCOME_CM_REPO_ARG: ${{ steps.download-cache-for-cm-repo.outcome }}