Skip to content

Commit 656649c

Browse files
deps(actions): bump shivammathur/setup-php (#69)
Bumps the github-actions-dependencies group with 1 update in the / directory: [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `shivammathur/setup-php` from 2.37.1 to 2.37.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@7c071df...f3e473d) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7a1bdc commit 656649c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Set up PHP
29-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
29+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
3030
with:
3131
php-version: '8.1'
3232
tools: cs2pr

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Set up PHP
32-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
32+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
3333
with:
3434
php-version: '8.1'
3535

0 commit comments

Comments
 (0)