From bc651354d24c41f3b2d887c5153b4d12e20d72d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:59:13 -0400 Subject: [PATCH] build(deps): bump LizardByte/setup-release-action (#263) Bumps [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action) from 2023.1210.1904 to 2024.419.10846. - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](https://github.com/lizardbyte/setup-release-action/compare/v2023.1210.1904...v2024.419.10846) --- updated-dependencies: - dependency-name: LizardByte/setup-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-docker.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 5a2dcca..7a16902 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.1210.1904 + uses: LizardByte/setup-release-action@v2024.419.10846 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed686a3..2035c09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2023.1210.1904 + uses: LizardByte/setup-release-action@v2024.419.10846 with: github_token: ${{ secrets.GITHUB_TOKEN }}