Skip to content

Commit ca821af

Browse files
Update github-actions to v2.37.2
1 parent 10d7da3 commit ca821af

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git checkout "$BRANCH"
5050
5151
- name: Install PHP
52-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
52+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
5353
with:
5454
php-version: ${{ env.PHP_VERSION }}
5555
extensions: none, iconv, json, phar, tokenizer
@@ -90,7 +90,7 @@ jobs:
9090
git checkout "$BRANCH"
9191
9292
- name: Install PHP
93-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
93+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
9494
with:
9595
php-version: ${{ env.PHP_VERSION }}
9696
extensions: none, ctype, curl, dom, iconv, mbstring, opcache, simplexml, tokenizer, xml, xmlwriter
@@ -171,7 +171,7 @@ jobs:
171171
git checkout "$BRANCH"
172172
173173
- name: Install PHP with extensions
174-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
174+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
175175
with:
176176
php-version: ${{ matrix.php-version }}
177177
coverage: ${{ matrix.coverage-driver }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Install PHP with extensions
33-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
33+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
3434
with:
3535
php-version: 8.3
3636
coverage: none

0 commit comments

Comments
 (0)