diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fa3cdf..53742e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/actions/actions/release_setup@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/release_setup@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -216,7 +216,7 @@ jobs: - name: Create/Update GitHub Release # only publish release on ubuntu-latest, is there any difference between the different builds? if: needs.setup_release.outputs.publish_release == 'true' && matrix.os == 'ubuntu-latest' - uses: LizardByte/actions/actions/release_create@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/release_create@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 with: allowUpdates: false body: ${{ needs.setup_release.outputs.release_body }}