File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 php : [ "8.1" ]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Setup PHP
22- uses : shivammathur/setup-php@2.33.0
22+ uses : shivammathur/setup-php@2.35.4
2323 with :
2424 php-version : ${{ matrix.php }}
2525 tools : composer:v2, pecl
@@ -41,10 +41,10 @@ jobs:
4141 os : [ "blacksmith-4vcpu-ubuntu-2204" ]
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545
4646 - name : Setup PHP
47- uses : shivammathur/setup-php@2.33.0
47+ uses : shivammathur/setup-php@2.35.4
4848 with :
4949 php-version : ${{ matrix.php }}
5050 tools : composer:v2, pecl
@@ -70,10 +70,10 @@ jobs:
7070
7171 steps :
7272 - name : Checkout
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474
7575 - name : Setup PHP
76- uses : shivammathur/setup-php@2.33.0
76+ uses : shivammathur/setup-php@2.35.4
7777 with :
7878 php-version : ${{ matrix.php }}
7979 tools : ${{ matrix.tools }}, composer:v2, pecl
You can’t perform that action at this time.
0 commit comments