From 877e5f9629bee495906be882f6ba89462cb80c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:20:56 +0000 Subject: [PATCH] ci: bump softprops/action-gh-release in the actions-patch-minor group Bumps the actions-patch-minor group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/718ea10b132b3b2eba29c1007bb80653f286566b...3d0d9888cb7fd7b750713d6e236d1fcb99157228) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patch-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/backfill-release-assets.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backfill-release-assets.yml b/.github/workflows/backfill-release-assets.yml index de90ce8..88cb044 100644 --- a/.github/workflows/backfill-release-assets.yml +++ b/.github/workflows/backfill-release-assets.yml @@ -117,7 +117,7 @@ jobs: run: Get-ChildItem .artifacts/release - name: Upload binary assets to the GitHub release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: token: ${{ steps.release-bot.outputs.token }} tag_name: ${{ needs.validate-release-tag.outputs.tag_name }} @@ -194,7 +194,7 @@ jobs: run: Get-ChildItem .artifacts/release - name: Upload binary assets to the GitHub release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: token: ${{ steps.release-bot.outputs.token }} tag_name: ${{ needs.validate-release-tag.outputs.tag_name }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a5d96e..4f25f58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,7 +188,7 @@ jobs: run: Get-ChildItem .artifacts/release - name: Upload binary assets to the GitHub release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: token: ${{ steps.release-bot.outputs.token }} tag_name: ${{ needs.release.outputs.new_release_git_tag }} @@ -256,7 +256,7 @@ jobs: run: Get-ChildItem .artifacts/release - name: Upload binary assets to the GitHub release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: token: ${{ steps.release-bot.outputs.token }} tag_name: ${{ needs.release.outputs.new_release_git_tag }}