Skip to content

Commit b91cdf4

Browse files
chore(deps): update shivammathur/setup-php action to v2.37.2
1 parent 0fb287f commit b91cdf4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: setup_node_id
2727
with:
2828
node-version: 24
29-
- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
29+
- uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
3030
with:
3131
php-version: 8.2
3232
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0

.github/workflows/php-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
submodules: recursive
3838
- name: Set up PHP ${{ matrix.php }}
39-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
39+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
4040
with:
4141
php-version: ${{ matrix.php }}
4242

0 commit comments

Comments
 (0)