From f72c5655d84c7e6b40db7038b45c7bf052a1c898 Mon Sep 17 00:00:00 2001 From: maddie480-bot <212421949+maddie480-bot@users.noreply.github.com> Date: Sat, 16 May 2026 21:43:42 +0200 Subject: [PATCH] Bump TAS Check dependencies --- .github/tas-check/run-locally.sh | 10 +++++----- .github/workflows/tas-sync-check.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/tas-check/run-locally.sh b/.github/tas-check/run-locally.sh index b09d53d0b..74827f6b7 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/4abb17d4e293b2e37ecfd963ea40abe71f872497.zip" - TAS_PATH="CelesteTAS-4abb17d4e293b2e37ecfd963ea40abe71f872497/0 - 100%.tas" + TAS_URL="https://github.com/VampireFlower/CelesteTAS/archive/97be00d13323487e595a537407dae0a3bfe281a8.zip" + TAS_PATH="CelesteTAS-97be00d13323487e595a537407dae0a3bfe281a8/0 - 100%.tas" ;; "StrawberryJam2021") - TAS_URL="https://github.com/VampireFlower/StrawberryJamTAS/archive/ed9e3726f885c985a4a96cffa31718f7056c868c.zip" - TAS_PATH="StrawberryJamTAS-ed9e3726f885c985a4a96cffa31718f7056c868c/0-SJ All Levels.tas" - BUNDLE_DOWNLOAD="https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-cb471b1a.zip" + TAS_URL="https://github.com/VampireFlower/StrawberryJamTAS/archive/5e015ce6882b00f96910613192700f71333073c5.zip" + TAS_PATH="StrawberryJamTAS-5e015ce6882b00f96910613192700f71333073c5/0-SJ All Levels.tas" + BUNDLE_DOWNLOAD="https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-78c358fa.zip" ;; *) diff --git a/.github/workflows/tas-sync-check.yml b/.github/workflows/tas-sync-check.yml index 20042852e..cc717e106 100644 --- a/.github/workflows/tas-sync-check.yml +++ b/.github/workflows/tas-sync-check.yml @@ -10,13 +10,13 @@ jobs: matrix: tas: - name: Celeste 100% - url: "https://github.com/VampireFlower/CelesteTAS/archive/4abb17d4e293b2e37ecfd963ea40abe71f872497.zip" - path: "CelesteTAS-4abb17d4e293b2e37ecfd963ea40abe71f872497/0 - 100%.tas" + url: "https://github.com/VampireFlower/CelesteTAS/archive/97be00d13323487e595a537407dae0a3bfe281a8.zip" + path: "CelesteTAS-97be00d13323487e595a537407dae0a3bfe281a8/0 - 100%.tas" - name: Strawberry Jam All Levels - url: "https://github.com/VampireFlower/StrawberryJamTAS/archive/ed9e3726f885c985a4a96cffa31718f7056c868c.zip" - path: "StrawberryJamTAS-ed9e3726f885c985a4a96cffa31718f7056c868c/0-SJ All Levels.tas" - bundle: "https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-cb471b1a.zip" + url: "https://github.com/VampireFlower/StrawberryJamTAS/archive/5e015ce6882b00f96910613192700f71333073c5.zip" + path: "StrawberryJamTAS-5e015ce6882b00f96910613192700f71333073c5/0-SJ All Levels.tas" + bundle: "https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-78c358fa.zip" runs-on: ubuntu-latest timeout-minutes: 60