From 097f44f3bfe276931b0b62ebb4923ccd3ffd4469 Mon Sep 17 00:00:00 2001 From: Santiago Date: Thu, 21 May 2026 07:49:04 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20update=20tx3up=20install=20URL=20after?= =?UTF-8?q?=20up=E2=86=92tx3up=20rename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 221d39f..e1634d8 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -5,7 +5,7 @@ runs: using: "composite" steps: - name: Install tx3up - run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tx3-lang/up/releases/latest/download/tx3up-installer.sh | sh + run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tx3-lang/tx3up/releases/latest/download/tx3up-installer.sh | sh shell: bash - name: Install tools