Skip to content

Commit bc65135

Browse files
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](LizardByte/setup-release-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae3b67d commit bc65135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Setup Release
108108
id: setup_release
109-
uses: LizardByte/setup-release-action@v2023.1210.1904
109+
uses: LizardByte/setup-release-action@v2024.419.10846
110110
with:
111111
github_token: ${{ secrets.GITHUB_TOKEN }}
112112

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Setup Release
2121
id: setup_release
22-
uses: LizardByte/setup-release-action@v2023.1210.1904
22+
uses: LizardByte/setup-release-action@v2024.419.10846
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525

0 commit comments

Comments
 (0)