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.
1 parent 56d832b commit 9f857cfCopy full SHA for 9f857cf
.github/workflows/generate-code.yml
@@ -26,7 +26,7 @@ jobs:
26
id: setup_node_id
27
with:
28
node-version: 22
29
- - uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
+ - uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
30
31
php-version: 8.2
32
.github/workflows/php-checks.yml
@@ -32,7 +32,7 @@ jobs:
33
submodules: recursive
34
- name: Set up PHP ${{ matrix.php }}
35
- uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # 2.35.3
+ uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
36
37
php-version: ${{ matrix.php }}
38
0 commit comments