Skip to content

Commit 938257c

Browse files
authored
Merge pull request #302 from newfold-labs/dependabot/github_actions/main/shivammathur/setup-php-2.35.3
GitHub Actions(deps): Bump shivammathur/setup-php from 2.35.2 to 2.35.3
2 parents 608f3cd + 2dcc148 commit 938257c

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@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2.35.2
74+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
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@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2.35.2
29+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
3030
with:
3131
php-version: '8.2'
3232
coverage: none

0 commit comments

Comments
 (0)