Skip to content

Commit 1f6dfd4

Browse files
chore: update global workflows (#386)
1 parent a8dd55b commit 1f6dfd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@ jobs:
115115

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

123123
docker:
124124
needs: [check_dockerfiles, setup_release]
125125
if: ${{ needs.check_dockerfiles.outputs.dockerfiles }}
126-
runs-on: ubuntu-latest
126+
runs-on: ubuntu-22.04
127127
permissions:
128128
packages: write
129129
contents: write
@@ -344,7 +344,7 @@ jobs:
344344

345345
- name: Create/Update GitHub Release
346346
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
347-
uses: LizardByte/create-release-action@v2024.919.143026
347+
uses: LizardByte/create-release-action@v2025.102.13208
348348
with:
349349
allowUpdates: true
350350
artifacts: "*artifacts/*"

0 commit comments

Comments
 (0)