From 9ce09d2fb15a036b559fb0a7afafbe1206ebd9b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:06:55 +0000 Subject: [PATCH] Bump softprops/action-gh-release in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2 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/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-releases.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-releases.yml b/.github/workflows/deploy-releases.yml index 44fc918fc..33fa19a2a 100644 --- a/.github/workflows/deploy-releases.yml +++ b/.github/workflows/deploy-releases.yml @@ -30,7 +30,7 @@ jobs: path: /tmp/deploy-releases/${{ github.sha }} pattern: ${{ inputs.download-pattern }} - name: Upload releases to GitHub Releases - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df1d18807..e50345034 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,7 +165,7 @@ jobs: TERM: xterm steps: - name: Push release to lando/lando - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: repository: lando/lando name: ${{ github.event.release.tag_name }} @@ -191,7 +191,7 @@ jobs: * [Extended release notes](https://lando.dev/blog/2024/01/16/v321-extended.html) - name: Push release to lando/cli - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: repository: lando/legacy-cli name: ${{ github.event.release.tag_name }}