From 70eb8538ea0921dd4107ba23bb19f15653ef9195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:17:56 +0200 Subject: [PATCH] chore(github-actions): bump softprops/action-gh-release from 1 to 3 (#317) Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 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/v1...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pacquet/.github/workflows/release-to-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacquet/.github/workflows/release-to-npm.yml b/pacquet/.github/workflows/release-to-npm.yml index 839c946556..333a7796d3 100644 --- a/pacquet/.github/workflows/release-to-npm.yml +++ b/pacquet/.github/workflows/release-to-npm.yml @@ -174,7 +174,7 @@ jobs: done - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: name: pacquet v${{ needs.build.outputs.version }} draft: true