Skip to content

Commit f7db6f8

Browse files
authored
Merge pull request #219 from newfold-labs/dependabot/github_actions/main/shivammathur/setup-php-2.34.1
GitHub Actions(deps): Bump shivammathur/setup-php from 2.33.0 to 2.34.1
2 parents c65d4ff + 6fa4ec1 commit f7db6f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecoverage-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: gh-pages
7272

7373
- name: Install PHP
74-
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
74+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
7575
with:
7676
php-version: ${{ matrix.php }}
7777
coverage: xdebug

.github/workflows/lint.yml

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

2828
- name: Setup PHP
29-
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
29+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
3030
with:
3131
php-version: '8.2'
3232
coverage: none

0 commit comments

Comments
 (0)