From fe57ef09036dc7cb5851d290a3ccee22e9bc0010 Mon Sep 17 00:00:00 2001 From: maddie480-bot <212421949+maddie480-bot@users.noreply.github.com> Date: Sat, 27 Jun 2026 21:37:20 +0200 Subject: [PATCH 1/3] Bump TAS Check dependencies --- .github/tas-check/run-locally.sh | 10 +++++----- .github/workflows/tas-sync-check.yml | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/tas-check/run-locally.sh b/.github/tas-check/run-locally.sh index 9cd1bd729..476a86911 100755 --- a/.github/tas-check/run-locally.sh +++ b/.github/tas-check/run-locally.sh @@ -11,14 +11,14 @@ set -xeo pipefail case "$1" in "Celeste") - TAS_URL="https://github.com/VampireFlower/CelesteTAS/archive/d34bd24434888ea15ef36d91522a803749cda96d.zip" - TAS_PATH="CelesteTAS-d34bd24434888ea15ef36d91522a803749cda96d/0 - 100%.tas" + TAS_URL="https://github.com/VampireFlower/CelesteTAS/archive/b1a9aa21c51835df9a1be44f18929d97ffac375e.zip" + TAS_PATH="CelesteTAS-b1a9aa21c51835df9a1be44f18929d97ffac375e/0 - 100%.tas" ;; "StrawberryJam2021") - TAS_URL="https://github.com/VampireFlower/StrawberryJamTAS/archive/9e019be8c48d2784089315eede0201ed058f82a4.zip" - TAS_PATH="StrawberryJamTAS-9e019be8c48d2784089315eede0201ed058f82a4/0-SJ All Levels.tas" - BUNDLE_DOWNLOAD="https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-8b6d87e2.zip" + TAS_URL="https://github.com/VampireFlower/StrawberryJamTAS/archive/99600b8ee3329c1062fc9537c057c706de048361.zip" + TAS_PATH="StrawberryJamTAS-99600b8ee3329c1062fc9537c057c706de048361/0-SJ All Levels.tas" + BUNDLE_DOWNLOAD="https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-86e25e7c.zip" ;; *) diff --git a/.github/workflows/tas-sync-check.yml b/.github/workflows/tas-sync-check.yml index 017a37ce3..abc247eeb 100644 --- a/.github/workflows/tas-sync-check.yml +++ b/.github/workflows/tas-sync-check.yml @@ -10,23 +10,23 @@ jobs: matrix: tas: - name: Celeste 100% - url: "https://github.com/VampireFlower/CelesteTAS/archive/d34bd24434888ea15ef36d91522a803749cda96d.zip" - path: "CelesteTAS-d34bd24434888ea15ef36d91522a803749cda96d/0 - 100%.tas" + url: "https://github.com/VampireFlower/CelesteTAS/archive/b1a9aa21c51835df9a1be44f18929d97ffac375e.zip" + path: "CelesteTAS-b1a9aa21c51835df9a1be44f18929d97ffac375e/0 - 100%.tas" - name: Strawberry Jam All Levels - url: "https://github.com/VampireFlower/StrawberryJamTAS/archive/9e019be8c48d2784089315eede0201ed058f82a4.zip" - path: "StrawberryJamTAS-9e019be8c48d2784089315eede0201ed058f82a4/0-SJ All Levels.tas" - bundle: "https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-8b6d87e2.zip" + url: "https://github.com/VampireFlower/StrawberryJamTAS/archive/99600b8ee3329c1062fc9537c057c706de048361.zip" + path: "StrawberryJamTAS-99600b8ee3329c1062fc9537c057c706de048361/0-SJ All Levels.tas" + bundle: "https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-86e25e7c.zip" runs-on: ubuntu-latest timeout-minutes: 60 name: ${{ matrix.tas.name }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Wait for Azure build on commit ${{ github.sha }} run: cd .github/tas-check && ./1-get-build-url.sh "${{ github.sha }}" From 0ee43ed79afdaa76d52a74d718e2f6cb6bb95be3 Mon Sep 17 00:00:00 2001 From: Maddie <52103563+maddie480@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:08:55 +0200 Subject: [PATCH 2/3] Update run-locally.sh --- .github/tas-check/run-locally.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/tas-check/run-locally.sh b/.github/tas-check/run-locally.sh index 476a86911..6cc5830fe 100755 --- a/.github/tas-check/run-locally.sh +++ b/.github/tas-check/run-locally.sh @@ -16,8 +16,8 @@ case "$1" in ;; "StrawberryJam2021") - TAS_URL="https://github.com/VampireFlower/StrawberryJamTAS/archive/99600b8ee3329c1062fc9537c057c706de048361.zip" - TAS_PATH="StrawberryJamTAS-99600b8ee3329c1062fc9537c057c706de048361/0-SJ All Levels.tas" + TAS_URL="https://github.com/VampireFlower/StrawberryJamTAS/archive/47591b2d1fa217f8d0eabe9172cd5b829ace0fb7.zip" + TAS_PATH="StrawberryJamTAS-47591b2d1fa217f8d0eabe9172cd5b829ace0fb7/0-SJ All Levels.tas" BUNDLE_DOWNLOAD="https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-86e25e7c.zip" ;; From f8012761959603b2070d42952e2dbbd7dc132480 Mon Sep 17 00:00:00 2001 From: Maddie <52103563+maddie480@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:09:15 +0200 Subject: [PATCH 3/3] Update tas-sync-check.yml --- .github/workflows/tas-sync-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tas-sync-check.yml b/.github/workflows/tas-sync-check.yml index abc247eeb..32d992421 100644 --- a/.github/workflows/tas-sync-check.yml +++ b/.github/workflows/tas-sync-check.yml @@ -14,8 +14,8 @@ jobs: path: "CelesteTAS-b1a9aa21c51835df9a1be44f18929d97ffac375e/0 - 100%.tas" - name: Strawberry Jam All Levels - url: "https://github.com/VampireFlower/StrawberryJamTAS/archive/99600b8ee3329c1062fc9537c057c706de048361.zip" - path: "StrawberryJamTAS-99600b8ee3329c1062fc9537c057c706de048361/0-SJ All Levels.tas" + url: "https://github.com/VampireFlower/StrawberryJamTAS/archive/47591b2d1fa217f8d0eabe9172cd5b829ace0fb7.zip" + path: "StrawberryJamTAS-47591b2d1fa217f8d0eabe9172cd5b829ace0fb7/0-SJ All Levels.tas" bundle: "https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-86e25e7c.zip" runs-on: ubuntu-latest