From a45078d2109d9aa981748adc79ceaaf1e6538146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 17:56:32 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.7 to 2.0.8 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.7 to 2.0.8. - [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.7...v2.0.8) --- 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_linux.yml | 2 +- .github/workflows/release_mac.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_linux.yml b/.github/workflows/release_linux.yml index 04329b7..1e00cce 100644 --- a/.github/workflows/release_linux.yml +++ b/.github/workflows/release_linux.yml @@ -31,7 +31,7 @@ jobs: run: GOOS=linux GOARCH=arm64 CGO_ENABLED=1 CC="zig cc -target aarch64-linux-musl" go build -o timew-sync-server-aarch64-linux - name: Release - uses: softprops/action-gh-release@v2.0.7 + uses: softprops/action-gh-release@v2.0.8 with: files: | timew-sync-server-x86_64-linux diff --git a/.github/workflows/release_mac.yml b/.github/workflows/release_mac.yml index 4c480f1..dc4789c 100644 --- a/.github/workflows/release_mac.yml +++ b/.github/workflows/release_mac.yml @@ -27,7 +27,7 @@ jobs: run: GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 go build -o timew-sync-server-aarch64-macos - name: Release - uses: softprops/action-gh-release@v2.0.7 + uses: softprops/action-gh-release@v2.0.8 with: files: | timew-sync-server-x86_64-macos