From 36ab2d05ddc4da6874f2718dfc4ce1d004c5078c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 08:39:58 +0000 Subject: [PATCH] build(deps): bump LizardByte/setup-release-action Bumps [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action) from 2024.520.181643 to 2024.524.1411. - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](https://github.com/lizardbyte/setup-release-action/commits/v2024.524.1411) --- updated-dependencies: - dependency-name: LizardByte/setup-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 03f909c..58fb444 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -114,7 +114,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2024.520.181643 + uses: LizardByte/setup-release-action@v2024.524.1411 with: dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b74676f..5d26bc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2024.520.193857 + uses: LizardByte/setup-release-action@v2024.524.1411 with: github_token: ${{ secrets.GITHUB_TOKEN }}