Skip to content

Commit f7c8daa

Browse files
chore(deps): update dependency infection/infection to v0.32.0
1 parent c125cd7 commit f7c8daa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.claude/hooks/SessionStart.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ if [ ! -f "infection.phar" ]; then
7171
echo "infection is not installed. Downloading infection..."
7272

7373
# Download Infection PHAR and signature
74-
wget https://github.com/infection/infection/releases/download/0.31.9/infection.phar
75-
wget https://github.com/infection/infection/releases/download/0.31.9/infection.phar.asc
74+
wget https://github.com/infection/infection/releases/download/0.32.0/infection.phar
75+
wget https://github.com/infection/infection/releases/download/0.32.0/infection.phar.asc
7676

7777
# Validate Infection PHAR with GPG
7878
echo "Validating infection signature..."

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ jobs:
161161

162162
- name: Download Infection PHAR
163163
run: |
164-
wget https://github.com/infection/infection/releases/download/0.31.9/infection.phar
165-
wget https://github.com/infection/infection/releases/download/0.31.9/infection.phar.asc
164+
wget https://github.com/infection/infection/releases/download/0.32.0/infection.phar
165+
wget https://github.com/infection/infection/releases/download/0.32.0/infection.phar.asc
166166
167167
- name: Validate Infection PHAR
168168
run: |

0 commit comments

Comments
 (0)