Skip to content

Commit a6bede6

Browse files
authored
Merge pull request #93 from sjinks/renovate/shivammathur-setup-php-2.x
chore(deps): update shivammathur/setup-php action to v2.32.0
2 parents 3a0e883 + a7c590c commit a6bede6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Set up PHP
24-
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 2.31.1
24+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
2525
with:
2626
php-version: ${{ env.PHP_VERSION }}
2727
tools: none

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636

3737
- name: Set up PHP
38-
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 2.31.1
38+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
3939
with:
4040
php-version: ${{ matrix.php }}
4141
tools: none

0 commit comments

Comments
 (0)