Skip to content

Commit 7e6cbf4

Browse files
Update github-actions to f3e473d (#218)
1 parent 9b5ec09 commit 7e6cbf4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838

3939
- name: "Install PHP"
40-
uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
40+
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2
4141
with:
4242
coverage: "none"
4343
php-version: "${{ matrix.php-version }}"
@@ -73,7 +73,7 @@ jobs:
7373
ref: "2.x"
7474

7575
- name: "Install PHP"
76-
uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
76+
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2
7777
with:
7878
coverage: "none"
7979
php-version: "8.2"
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
124124

125125
- name: "Install PHP"
126-
uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
126+
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2
127127
with:
128128
coverage: "none"
129129
php-version: "${{ matrix.php-version }}"
@@ -168,7 +168,7 @@ jobs:
168168
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
169169

170170
- name: "Install PHP"
171-
uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
171+
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2
172172
with:
173173
coverage: "none"
174174
php-version: "${{ matrix.php-version }}"
@@ -202,7 +202,7 @@ jobs:
202202
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
203203

204204
- name: "Install PHP"
205-
uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
205+
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2
206206
with:
207207
coverage: "none"
208208
php-version: "8.5"

0 commit comments

Comments
 (0)