From afe6f991547043d6c129fba64a1bc3557cd253e1 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Sun, 17 Mar 2024 06:31:11 +0800 Subject: [PATCH] ci: update actions/github-script Signed-off-by: Kengo TODA --- .github/workflows/semantic-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-tag.yml b/.github/workflows/semantic-tag.yml index af8c700..eee5f5e 100644 --- a/.github/workflows/semantic-tag.yml +++ b/.github/workflows/semantic-tag.yml @@ -23,7 +23,7 @@ jobs: node-version-file: '.nvmrc' - run: npm install semver - name: Get versions - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: batch env: TAG_NAME: ${{ github.event.release.tag_name }}