diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afeab22..25ca75d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/actions/actions/release_setup@v2025.1011.184228 + uses: LizardByte/actions/actions/release_setup@v2025.1028.23217 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -341,7 +341,7 @@ jobs: - name: Create/Update GitHub Release if: needs.setup_release.outputs.publish_release == 'true' - uses: LizardByte/actions/actions/release_create@v2025.1011.184228 + uses: LizardByte/actions/actions/release_create@v2025.1028.23217 with: allowUpdates: false body: ${{ needs.setup_release.outputs.release_body }}