Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit 9d4110a

Browse files
build(deps): bump LizardByte/setup-release-action
Bumps [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action) from 2024.725.234618 to 2024.801.192524. - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](LizardByte/setup-release-action@v2024.725.234618...v2024.801.192524) --- updated-dependencies: - dependency-name: LizardByte/setup-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01d4d90 commit 9d4110a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Setup Release
3232
id: setup_release
33-
uses: LizardByte/setup-release-action@v2024.725.234618
33+
uses: LizardByte/setup-release-action@v2024.801.192524
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Setup Release
117117
id: setup_release
118-
uses: LizardByte/setup-release-action@v2024.725.234618
118+
uses: LizardByte/setup-release-action@v2024.801.192524
119119
with:
120120
dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }}
121121
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)