diff --git a/.github/workflows/update-stores.yml b/.github/workflows/update-stores.yml index 5925cc1..04ce694 100644 --- a/.github/workflows/update-stores.yml +++ b/.github/workflows/update-stores.yml @@ -199,7 +199,7 @@ jobs: - name: Create new PR for the newly created branch if: env.UPDATE_FILE == 'T' && env.HAS_OPEN_PR == 'false' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | console.log(`Created ${{env.BRANCH_NAME}} `)