Skip to content

Commit cb92c8c

Browse files
authored
Merge pull request #690 from newfold-labs/dependabot/github_actions/trunk/shivammathur/setup-php-2.33.0
GitHub Actions(deps): Bump shivammathur/setup-php from 2.32.0 to 2.33.0
2 parents 6120a11 + 8d36c59 commit cb92c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-check-php.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@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
29+
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
3030
with:
3131
php-version: '7.3'
3232
coverage: none

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git commit -m "Update boostrap.php to $new_version"
4343
4444
- name: Setup PHP
45-
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
45+
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
4646
with:
4747
php-version: '8.1'
4848
coverage: none

0 commit comments

Comments
 (0)