From 32befef49237b737d432a8f156166f3e3a7b98d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 00:02:28 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to v0.34.0 --- .claude/hooks/SessionStart.sh | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude/hooks/SessionStart.sh b/.claude/hooks/SessionStart.sh index 0c339e2..18f981d 100755 --- a/.claude/hooks/SessionStart.sh +++ b/.claude/hooks/SessionStart.sh @@ -103,8 +103,8 @@ if [ ! -f "infection.phar" ]; then echo "infection is not installed. Downloading infection..." # Download Infection PHAR and signature - wget https://github.com/infection/infection/releases/download/0.33.3/infection.phar - wget https://github.com/infection/infection/releases/download/0.33.3/infection.phar.asc + wget https://github.com/infection/infection/releases/download/0.34.0/infection.phar + wget https://github.com/infection/infection/releases/download/0.34.0/infection.phar.asc # Validate Infection PHAR with GPG echo "Validating infection signature..." diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7da9cf..743e1ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -164,8 +164,8 @@ jobs: - name: Download Infection PHAR run: | - wget https://github.com/infection/infection/releases/download/0.33.3/infection.phar - wget https://github.com/infection/infection/releases/download/0.33.3/infection.phar.asc + wget https://github.com/infection/infection/releases/download/0.34.0/infection.phar + wget https://github.com/infection/infection/releases/download/0.34.0/infection.phar.asc - name: Validate Infection PHAR run: |