From 146cebcb9e28cebaca8a9ade5b085fb77090e685 Mon Sep 17 00:00:00 2001 From: "yulai.linda@gmail.com" Date: Thu, 2 May 2024 12:24:13 -0400 Subject: [PATCH] updated actions/github-script to version v7 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70c5c94..184ffa5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - name: Create Release if: ${{ github.ref == 'refs/heads/main' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ github.token }} script: |