diff --git a/.forgejo/workflows/integration.yml b/.forgejo/workflows/integration.yml index d1d67eb..051cf89 100644 --- a/.forgejo/workflows/integration.yml +++ b/.forgejo/workflows/integration.yml @@ -6,7 +6,7 @@ jobs: - uses: actions/checkout@v4 - id: forgejo - uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.1 + uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.3 with: user: testuser password: admin1234 diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index 25bf909..a493847 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -1,6 +1,6 @@ on: [ pull_request, push ] jobs: - integration: + tests: runs-on: docker steps: - uses: actions/checkout@v4 @@ -9,4 +9,4 @@ jobs: run: | testdata/forgejo-release-test.sh test_system_tea_bin testdata/forgejo-release-test.sh test_download_tea_bin - testdata/forgejo-release-test.sh test_maybe_sign_release \ No newline at end of file + testdata/forgejo-release-test.sh test_maybe_sign_release diff --git a/README.md b/README.md index 8bf0502..9ff302a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ jobs: runs-on: docker steps: - uses: actions/checkout@v4 - - uses: actions/forgejo-release@v2.7.1 + - uses: actions/forgejo-release@v2.7.2 with: direction: upload url: https://my-forgejo-instance.net @@ -63,7 +63,7 @@ jobs: runs-on: docker steps: - uses: actions/checkout@v4 - - uses: actions/forgejo-release@v2.7.1 + - uses: actions/forgejo-release@v2.7.2 with: direction: download url: https://my-forgejo-instance.net diff --git a/forgejo-release.sh b/forgejo-release.sh index 041d1c4..e45f7ca 100755 --- a/forgejo-release.sh +++ b/forgejo-release.sh @@ -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} diff --git a/testdata/nested-upload-download/.forgejo/workflows/test.yml b/testdata/nested-upload-download/.forgejo/workflows/test.yml index ff6806a..6090856 100644 --- a/testdata/nested-upload-download/.forgejo/workflows/test.yml +++ b/testdata/nested-upload-download/.forgejo/workflows/test.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: forgejo - uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.1 + uses: https://code.forgejo.org/actions/setup-forgejo@v3.0.3 with: user: testuser password: admin1234