From c640a79a1f0fcc5d0da0193148918ca2697f8602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 22:44:41 -0400 Subject: [PATCH] build(deps): bump LizardByte/create-release-action (#161) Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2023.1210.832 to 2024.511.153520. - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](https://github.com/lizardbyte/create-release-action/compare/v2023.1210.832...v2024.511.153520) --- updated-dependencies: - dependency-name: LizardByte/create-release-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 801e3d1..7bc3217 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -94,7 +94,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2023.1210.832 + uses: LizardByte/create-release-action@v2024.511.153520 with: allowUpdates: false artifacts: "${{ github.workspace }}/dist/gsms.exe"