From 50e9d030534aadde37680e5335803acd6fcd941a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:32:10 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .github/workflows/update-release-tag.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-release-tag.yaml b/.github/workflows/update-release-tag.yaml index 256c490..6892e05 100644 --- a/.github/workflows/update-release-tag.yaml +++ b/.github/workflows/update-release-tag.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Get repo HEAD ref id: new-tag - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | @@ -45,7 +45,7 @@ jobs: - name: Move major tag ${{ steps.new-tag.outputs.major }} if: ${{ steps.new-tag.outputs.major }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | @@ -71,7 +71,7 @@ jobs: - name: Move minor tag ${{ steps.new-tag.outputs.minor }} if: ${{ steps.new-tag.outputs.minor }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: |