From 09af6afe2782b1f48ea9a82322ae58a1fc43682b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:56:19 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/release-notes.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 39b4505..bc64ed6 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -47,7 +47,7 @@ jobs: Do NOT publish it yourself — a subsequent step will do that. - name: Publish release notes - uses: softprops/action-gh-release@71d29a04ae7c63895f38299d7a5e05d238f7f445 # v2 + uses: softprops/action-gh-release@b25b93d384199fc0fc8c2e126b2d937a0cbeb2ae # v2 with: tag_name: ${{ inputs.tag }} body_path: release-notes.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e4854e..3ec3ba3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 - name: Create GitHub release - uses: softprops/action-gh-release@71d29a04ae7c63895f38299d7a5e05d238f7f445 # v2.5.1 + uses: softprops/action-gh-release@b25b93d384199fc0fc8c2e126b2d937a0cbeb2ae # v2.5.2 with: tag_name: ${{ github.ref_name }} name: ${{ github.ref_name }}