From 9d866dc3ae0e4aa91ec28bdcf2d55350063dce8e Mon Sep 17 00:00:00 2001 From: Marcel Solle Date: Thu, 20 Jun 2024 16:10:56 +0200 Subject: [PATCH] Update workflow files to actions/github-script@v7 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 380b063..eab5a12 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,7 +43,7 @@ jobs: tagging_message: v${{ inputs.version }} - if: inputs.update-major-tag name: Update major version tag - uses: actions/github-script@v3 + uses: actions/github-script@v7 env: VERSION: ${{ inputs.version }} SHA: ${{ steps.commit-step.outputs.commit_hash }}