From d63775be650ac9ae8763a1476c20c450759b7b8b Mon Sep 17 00:00:00 2001 From: "yulai.linda@gmail.com" Date: Thu, 2 May 2024 12:20:17 -0400 Subject: [PATCH] updated actions/github-script to version v7 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 402054f..e7734d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,9 +3,9 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - name: Re-deploy dependents + - name: Re-deploy dependents if: ${{ github.ref == 'refs/heads/develop' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.DEPLOY50_PAT }} script: |