From c49a5fa5beae471e6b387a49de11157f2a5d54e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 21:50:52 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 2.6.2 to 3.0.3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.6.2 to 3.0.3. - [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/3bb12739c298aeb8a4eeaf626c5b8d85266b0e65...efb35369e0ad2afab669f228072c1b0d510eae64) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f025f3..6a26e8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,7 @@ jobs: Get-Content SHA256SUMS-windows.txt - name: Attach Windows artifacts to release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: repository: ajjs1ajjs/RDM token: ${{ secrets.PUBLIC_RELEASE_TOKEN }} @@ -192,7 +192,7 @@ jobs: cat "$GITHUB_WORKSPACE/SHA256SUMS-linux.txt" - name: Attach Linux artifacts to release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: repository: ajjs1ajjs/RDM token: ${{ secrets.PUBLIC_RELEASE_TOKEN }} @@ -287,7 +287,7 @@ jobs: cat "$GITHUB_WORKSPACE/SHA256SUMS-${{ matrix.name }}.txt" - name: Attach macOS artifacts to release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: repository: ajjs1ajjs/RDM token: ${{ secrets.PUBLIC_RELEASE_TOKEN }} @@ -327,7 +327,7 @@ jobs: subject-path: "latest.json" - name: Attach latest.json to release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: repository: ajjs1ajjs/RDM token: ${{ secrets.PUBLIC_RELEASE_TOKEN }}