From 2554e67b3ac7fe46ac4ceaf9aeaf4bdbef2d5609 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 30 Jan 2025 13:16:07 -0600 Subject: [PATCH] Bumping version for sec test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94bfd12..be655bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: bash /artifacts/bor.sh v1.5.4 amoy sentry bash /artifacts/heimdall.sh v1.2.0 amoy sentry # New Version - bash /artifacts/bor.sh v1.5.4 amoy sentry + bash /artifacts/bor.sh v1.5.5 amoy sentry bash /artifacts/heimdall.sh v1.2.0 amoy sentry install_amd64: @@ -65,5 +65,5 @@ jobs: # New version - name: Install binary and test removal(amd64/x86) run: | - ./bor.sh v1.5.4 amoy sentry + ./bor.sh v1.5.5 amoy sentry ./heimdall.sh v1.2.0 amoy sentry \ No newline at end of file