From fd646755fb2464dd25ee316b2a77881836bfb48b Mon Sep 17 00:00:00 2001 From: Marcel Solle Date: Thu, 27 Jun 2024 12:42:23 +0200 Subject: [PATCH] Update workflow files to stefanzweifel/git-auto-commit-action@v5 and actions/github-script@v7 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 20494c0..eab5a12 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,14 +36,14 @@ jobs: run: | npm version ${{ inputs.version }} --no-commit-hooks --no-git-tag-version npm run release - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 id: commit-step with: commit_message: Release version v${{ inputs.version }} 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 }}