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: |