Skip to content

Commit 2e311b9

Browse files
renovate[bot]deviantintegral
authored andcommitted
chore(deps): update dependency infection/infection to v0.32.2
1 parent 34f6e67 commit 2e311b9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude/hooks/SessionStart.sh

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

105105
# Download Infection PHAR and signature
106-
wget https://github.com/infection/infection/releases/download/0.32.1/infection.phar
107-
wget https://github.com/infection/infection/releases/download/0.32.1/infection.phar.asc
106+
wget https://github.com/infection/infection/releases/download/0.32.2/infection.phar
107+
wget https://github.com/infection/infection/releases/download/0.32.2/infection.phar.asc
108108

109109
# Validate Infection PHAR with GPG
110110
echo "Validating infection signature..."

.github/workflows/test.yml

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

165165
- name: Download Infection PHAR
166166
run: |
167-
wget https://github.com/infection/infection/releases/download/0.32.1/infection.phar
168-
wget https://github.com/infection/infection/releases/download/0.32.1/infection.phar.asc
167+
wget https://github.com/infection/infection/releases/download/0.32.2/infection.phar
168+
wget https://github.com/infection/infection/releases/download/0.32.2/infection.phar.asc
169169
170170
- name: Validate Infection PHAR
171171
run: |

0 commit comments

Comments
 (0)