Skip to content

Commit 40cbcea

Browse files
committed
Bump TAS Check dependencies
1 parent bb4a9ee commit 40cbcea

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/tas-check/run-locally.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ set -xeo pipefail
1111

1212
case "$1" in
1313
"Celeste")
14-
TAS_URL="https://github.com/VampireFlower/CelesteTAS/archive/8fdf3c0c56ac9e422586611d2c275b6b2d90e05e.zip"
15-
TAS_PATH="CelesteTAS-8fdf3c0c56ac9e422586611d2c275b6b2d90e05e/0 - 100%.tas"
14+
TAS_URL="https://github.com/VampireFlower/CelesteTAS/archive/82f0614ec2dc03cbe620d1abde9b520fcd0907a2.zip"
15+
TAS_PATH="CelesteTAS-82f0614ec2dc03cbe620d1abde9b520fcd0907a2/0 - 100%.tas"
1616
;;
1717

1818
"StrawberryJam2021")
19-
TAS_URL="https://github.com/VampireFlower/StrawberryJamTAS/archive/7af3755f628cc26191feef09c1413bd43e9e9753.zip"
20-
TAS_PATH="StrawberryJamTAS-7af3755f628cc26191feef09c1413bd43e9e9753/0-SJ All Levels.tas"
21-
BUNDLE_DOWNLOAD="https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-e84f7cc9.zip"
19+
TAS_URL="https://github.com/VampireFlower/StrawberryJamTAS/archive/47f3ca77ca9ef0cf009b0c74c1d41cdf19b1ccd9.zip"
20+
TAS_PATH="StrawberryJamTAS-47f3ca77ca9ef0cf009b0c74c1d41cdf19b1ccd9/0-SJ All Levels.tas"
21+
BUNDLE_DOWNLOAD="https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-6ec54c06.zip"
2222
;;
2323

2424
*)

.github/workflows/tas-sync-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
matrix:
1111
tas:
1212
- name: Celeste 100%
13-
url: "https://github.com/VampireFlower/CelesteTAS/archive/8fdf3c0c56ac9e422586611d2c275b6b2d90e05e.zip"
14-
path: "CelesteTAS-8fdf3c0c56ac9e422586611d2c275b6b2d90e05e/0 - 100%.tas"
13+
url: "https://github.com/VampireFlower/CelesteTAS/archive/82f0614ec2dc03cbe620d1abde9b520fcd0907a2.zip"
14+
path: "CelesteTAS-82f0614ec2dc03cbe620d1abde9b520fcd0907a2/0 - 100%.tas"
1515

1616
- name: Strawberry Jam All Levels
17-
url: "https://github.com/VampireFlower/StrawberryJamTAS/archive/7af3755f628cc26191feef09c1413bd43e9e9753.zip"
18-
path: "StrawberryJamTAS-7af3755f628cc26191feef09c1413bd43e9e9753/0-SJ All Levels.tas"
19-
bundle: "https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-e84f7cc9.zip"
17+
url: "https://github.com/VampireFlower/StrawberryJamTAS/archive/47f3ca77ca9ef0cf009b0c74c1d41cdf19b1ccd9.zip"
18+
path: "StrawberryJamTAS-47f3ca77ca9ef0cf009b0c74c1d41cdf19b1ccd9/0-SJ All Levels.tas"
19+
bundle: "https://celestemodupdater.0x0a.de/pinned-mods/StrawberryJam2021-Bundle-6ec54c06.zip"
2020

2121
runs-on: ubuntu-latest
2222
timeout-minutes: 60

0 commit comments

Comments
 (0)