There was an error while loading. Please reload this page.
1 parent ac92b4a commit f7cb2a2Copy full SHA for f7cb2a2
2 files changed
.github/workflows/ci-release.yml
@@ -38,7 +38,7 @@ jobs:
38
run: ls -l artifacts
39
40
- name: Create/Update GitHub Release
41
- uses: LizardByte/actions/actions/release_create@a46850981292c4bbc0c41715f286ad95adaaaf4a # v2026.625.20301
+ uses: LizardByte/actions/actions/release_create@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955
42
with:
43
allowUpdates: true
44
body: ${{ inputs.release_body }}
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Setup Release
34
id: setup_release
35
- uses: LizardByte/actions/actions/release_setup@a46850981292c4bbc0c41715f286ad95adaaaf4a # v2026.625.20301
+ uses: LizardByte/actions/actions/release_setup@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955
36
37
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments