Skip to content

Commit e8347c5

Browse files
committed
Bump ArkAnalyzer to branch 'neo/2025-07-18'
1 parent d138ae6 commit e8347c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
DEST_DIR="arkanalyzer"
127127
MAX_RETRIES=10
128128
RETRY_DELAY=3 # Delay between retries in seconds
129-
BRANCH="neo/2025-07-16"
129+
BRANCH="neo/2025-07-18"
130130
131131
for ((i=1; i<=MAX_RETRIES; i++)); do
132132
git clone --depth=1 --branch $BRANCH $REPO_URL $DEST_DIR && break

0 commit comments

Comments
 (0)