Use latest version

This commit is contained in:
Sander Declerck 2026-03-02 11:49:39 +01:00
parent 0d8b919831
commit c87a8ad7d9
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ jobs:
node-version: "20.x"
- name: Setup safe-chain
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/download/0.0.1-windows-install-script-in-git-bash-beta/install-safe-chain.sh | sh -s -- --ci
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
shell: bash
- name: Install dependencies

View file

@ -23,7 +23,7 @@ jobs:
node-version: "lts/*"
- name: Setup safe-chain
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/download/0.0.1-windows-install-script-in-git-bash-beta/install-safe-chain.sh | sh -s -- --ci
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
shell: bash
- name: Install dependencies