From ad976e9c924763812fdf49427aa27ebccd1ffc3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:47:01 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.8 to 2.0.9 (#80) --- .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 9c4a803..e13e826 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.8 + uses: softprops/action-gh-release@v2.0.9 with: files: | timew-sync-server-x86_64-linux diff --git a/.github/workflows/release_mac.yml b/.github/workflows/release_mac.yml index 383507b..5b09418 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.8 + uses: softprops/action-gh-release@v2.0.9 with: files: | timew-sync-server-x86_64-macos