From b868b591dce0793f7ae461b3b785c60958287eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 10:06:12 -0500 Subject: [PATCH] build(deps): bump LizardByte/setup-release-action (#270) Bumps [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action) from 2023.1128.1400 to 2023.1210.1904. - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](https://github.com/lizardbyte/setup-release-action/compare/v2023.1128.1400...v2023.1210.1904) --- updated-dependencies: - dependency-name: LizardByte/setup-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 2 +- .github/workflows/ci-docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b6a01f74..8a2cf2ac 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2023.1128.1400 + uses: LizardByte/setup-release-action@v2023.1210.1904 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 7e87726e..9414b21b 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -106,7 +106,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2023.1128.1400 + uses: LizardByte/setup-release-action@v2023.1210.1904 with: github_token: ${{ secrets.GITHUB_TOKEN }}