From 97d8d580cd3b9de9db6faa26963883ddecd06b18 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 8 Sep 2025 02:11:24 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/release-drafter.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 02164bd6..850f2759 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get the current version - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 id: current_version with: # language=javascript diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8c31c33f..438521b4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,7 +57,7 @@ jobs: echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Check if tag exists - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: VERSION: ${{ steps.release_version.outputs.version }} with: