From 6a885930da6bf3b96c399f9d2c08835dc012e0d2 Mon Sep 17 00:00:00 2001 From: Augustus Chang Date: Thu, 26 Sep 2024 16:03:21 -0400 Subject: [PATCH] bump up version --- .github/actions/install-starknet-foundry/action.yml | 2 +- .tool-versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install-starknet-foundry/action.yml b/.github/actions/install-starknet-foundry/action.yml index a27163052..88693664c 100644 --- a/.github/actions/install-starknet-foundry/action.yml +++ b/.github/actions/install-starknet-foundry/action.yml @@ -4,7 +4,7 @@ description: A composite action that installs the snforge and sncast binaries inputs: starknet_foundry_version: description: Starknet Foundry release version - default: "0.29.0" + default: "0.31.0" required: false runs: diff --git a/.tool-versions b/.tool-versions index 4fcf5d79e..f8e319b5f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -11,7 +11,7 @@ actionlint 1.6.12 shellcheck 0.8.0 scarb 2.7.1 postgres 15.1 -starknet-foundry 0.29.0 +starknet-foundry 0.31.0 # Kubernetes k3d 5.4.4