From 58efd0d9cc4d515de04a134d3f2e54bafdd4800a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:52:01 +0000 Subject: [PATCH] build(deps): update github actions --- .github/workflows/release-drafter.yaml | 2 +- .github/workflows/release-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index dd1b43b..fe890f3 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Release Drafter - uses: release-drafter/release-drafter@v6.4.0 + uses: release-drafter/release-drafter@v7.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-publish.yaml b/.github/workflows/release-publish.yaml index 1069aa7..98a1232 100644 --- a/.github/workflows/release-publish.yaml +++ b/.github/workflows/release-publish.yaml @@ -59,7 +59,7 @@ jobs: with: name: pypi-packages - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: # Generate release notes on the new GH release generate_release_notes: true