Skip to content

Commit 775298d

Browse files
authored
Merge pull request #71 from newfold-labs/dependabot/github_actions/main/shivammathur/setup-php-2.35.4
GitHub Actions(deps): Bump shivammathur/setup-php from 2.34.1 to 2.35.4
2 parents 1813ca3 + f400957 commit 775298d

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@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
74+
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2.35.4
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

2727
# User PHP 7.4 here for compatibility with the WordPress codesniffer rules.
2828
- name: Setup PHP
29-
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
29+
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2.35.4
3030
with:
3131
php-version: '7.3'
3232
coverage: none

0 commit comments

Comments
 (0)