From 653b4a8903cead829501fb0e6a503994d93142b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:40:19 +0000 Subject: [PATCH] chore: update major-update See associated pull request for more information. --- .github/workflows/draft-release.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index e1aed1c..417656e 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -18,6 +18,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/action.yml b/action.yml index d5196de..4f0b44d 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: using: 'composite' steps: - name: use pnpm ${{ inputs.pnpm }} - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: ${{ inputs.pnpm }} package_json_file: '${{ inputs.cwd }}/${{ inputs.package_file }}'