Update Tea 0.9.0 -> 0.10.1 (#85)
Some checks are pending
/ integration (push) Waiting to run
/ tests (push) Waiting to run

This is generally a good idea.
But it also fixes my issues with this action. For comparison, here is a run with [v2.7.2](https://codeberg.org/Mynacol/delegacy-rpz/actions/runs/59) and with [this branch](https://codeberg.org/Mynacol/delegacy-rpz/actions/runs/58).

This is a split-off from https://code.forgejo.org/actions/forgejo-release/pulls/82 to have small PRs.

Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/85
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Mynacol <mynacol@noreply.code.forgejo.org>
Co-committed-by: Mynacol <mynacol@noreply.code.forgejo.org>
This commit is contained in:
Mynacol 2025-09-10 05:28:11 +00:00 committed by earl-warren
parent 9a973e0903
commit fc0488c944
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

View file

@ -13,7 +13,7 @@ if ${VERBOSE:-false}; then set -x; fi
: ${TMP_DIR:=$(mktemp -d)}
: ${GNUPGHOME:=$TMP_DIR}
: ${TEA_BIN:=$TMP_DIR/tea}
: ${TEA_VERSION:=0.9.0}
: ${TEA_VERSION:=0.10.1}
: ${OVERRIDE:=false}
: ${HIDE_ARCHIVE_LINK:=false}
: ${RETRY:=1}