From bec3cea01ab6f0706e8562873d0124ed29c32c4f Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:16:25 -0500 Subject: [PATCH] chore: update LizardByte actions (#95) --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 521ebd6..7328dc0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2023.10.22-c3791c6 + uses: LizardByte/setup-release-action@v2023.1128.1400 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -74,7 +74,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2023.10.22-57d76be + uses: LizardByte/create-release-action@v2023.1128.2625 with: allowUpdates: false artifacts: "${{ github.workspace }}/dist/gsms.exe"