Skip to content

Commit 104203c

Browse files
Update github-actions to f3e473d
1 parent 4a8e26f commit 104203c

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
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3939

4040
- name: "Install PHP"
41-
uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
41+
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2
4242
with:
4343
coverage: "none"
4444
php-version: "${{ matrix.php-version }}"
@@ -74,7 +74,7 @@ jobs:
7474
ref: "2.x"
7575

7676
- name: "Install PHP"
77-
uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
77+
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2
7878
with:
7979
coverage: "none"
8080
php-version: "8.2"
@@ -148,7 +148,7 @@ jobs:
148148
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
149149

150150
- name: "Install PHP"
151-
uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
151+
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2
152152
with:
153153
coverage: "none"
154154
php-version: "${{ matrix.php-version }}"
@@ -220,7 +220,7 @@ jobs:
220220
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
221221

222222
- name: "Install PHP"
223-
uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
223+
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2
224224
with:
225225
coverage: "none"
226226
php-version: "${{ matrix.php-version }}"
@@ -333,7 +333,7 @@ jobs:
333333
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
334334

335335
- name: "Install PHP"
336-
uses: "shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc" # v2
336+
uses: "shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240" # v2
337337
with:
338338
coverage: "none"
339339
php-version: "8.5"

0 commit comments

Comments
 (0)