From f6c9e26646b1f4b5bfbe8f4f67197feded9db7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 21:59:26 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.4 to 2.0.5 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5. - [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.4...v2.0.5) --- 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/ubuntu_release.yml | 2 +- .github/workflows/windows_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu_release.yml b/.github/workflows/ubuntu_release.yml index 160f9c3..5d2ee91 100644 --- a/.github/workflows/ubuntu_release.yml +++ b/.github/workflows/ubuntu_release.yml @@ -38,7 +38,7 @@ jobs: - name: Create or Update Release id: create_or_update_release - uses: softprops/action-gh-release@v2.0.4 + uses: softprops/action-gh-release@v2.0.5 with: files: | cntlm*.rpm diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index 48c57eb..f2c9aec 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -40,7 +40,7 @@ jobs: - name: Create or Update Release id: create_or_update_release - uses: softprops/action-gh-release@v2.0.4 + uses: softprops/action-gh-release@v2.0.5 with: files: | cntlm-*-win64.exe