Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

build(deps): bump LizardByte/setup-release-action from 2023.1210.1904 to 2024.520.211417 #170

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Setup Release
id: setup_release
uses: LizardByte/[email protected].193857
uses: LizardByte/[email protected].211417
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Setup Release
id: setup_release
uses: LizardByte/[email protected].181643
uses: LizardByte/[email protected].211417
with:
dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down