We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6120a11 + 8d36c59 commit cb92c8cCopy full SHA for cb92c8c
.github/workflows/lint-check-php.yml
@@ -26,7 +26,7 @@ jobs:
26
27
# User PHP 7.4 here for compatibility with the WordPress codesniffer rules.
28
- name: Setup PHP
29
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
+ uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
30
with:
31
php-version: '7.3'
32
coverage: none
.github/workflows/prepare-release.yml
@@ -42,7 +42,7 @@ jobs:
42
git commit -m "Update boostrap.php to $new_version"
43
44
45
46
47
php-version: '8.1'
48
0 commit comments