From 03416667ce3c13a436dc8f5e97fc7eab08a782dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:33:56 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.5 to 2.0.6 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.5 to 2.0.6. - [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.0.5...v2.0.6) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 072af77..8b8aae1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -255,7 +255,7 @@ jobs: name: mac-app path: target/release/bundle/osx/Weave.tar.xz - name: Publish Mac App - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 if: startsWith(github.ref, 'refs/tags/') with: files: target/release/bundle/osx/Weave.mac-app.tar.xz @@ -271,7 +271,7 @@ jobs: name: linux-binary path: target/Weave..tar.xz - name: Publish Linux binary - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 if: startsWith(github.ref, 'refs/tags/') with: files: target/Weave.ubuntu-latest.deb.tar.xz @@ -287,7 +287,7 @@ jobs: # name: windows-exe # path: target/release/bundle/windows/ # - name: Publish Windows binary - # uses: softprops/action-gh-release@v2.0.5 + # uses: softprops/action-gh-release@v2.0.6 # if: startsWith(github.ref, 'refs/tags/') # with: # files: target/release/bundle/windows/