From bb9d440bc34d2d4717f99dca1f68b551ab69bd51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:26:49 -0400 Subject: [PATCH] build(deps): bump LizardByte/setup-release-action from 2024.608.210128 to 2024.919.143601 (#30) build(deps): bump LizardByte/setup-release-action Bumps [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action) from 2024.608.210128 to 2024.919.143601. - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](https://github.com/lizardbyte/setup-release-action/compare/v2024.608.210128...v2024.919.143601) --- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 037d905..5cac048 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Release id: setup-release - uses: LizardByte/setup-release-action@v2024.608.210128 + uses: LizardByte/setup-release-action@v2024.919.143601 with: github_token: ${{ secrets.GITHUB_TOKEN }} # can use GITHUB_TOKEN for read-only access