@@ -27,14 +27,14 @@ jobs:
2727
2828 steps :
2929 - name : Set up PHP
30- uses : shivammathur/setup-php@2.9.0
30+ uses : shivammathur/setup-php@v2
3131 with :
3232 php-version : ${{ matrix.php }}
3333 extensions : intl, mbstring
3434 tools : " composer:v2"
3535
3636 - name : Checkout code
37- uses : actions/checkout@v2
37+ uses : actions/checkout@v4
3838
3939 - name : " Install specific version of phpunit "
4040 if : ${{ matrix.phpunit }}
@@ -64,12 +64,12 @@ jobs:
6464
6565 steps :
6666 - name : Set up PHP
67- uses : shivammathur/setup-php@2.1.0
67+ uses : shivammathur/setup-php@v2
6868 with :
6969 php-version : 7.2
7070
7171 - name : Checkout code
72- uses : actions/checkout@v2
72+ uses : actions/checkout@v4
7373
7474 - name : " Install specific version of phpunit "
7575 if : ${{ matrix.phpunit }}
@@ -94,12 +94,12 @@ jobs:
9494
9595 steps :
9696 - name : Set up PHP
97- uses : shivammathur/setup-php@2.1.0
97+ uses : shivammathur/setup-php@v2
9898 with :
9999 php-version : ${{ matrix.php }}
100100
101101 - name : Checkout code
102- uses : actions/checkout@v2
102+ uses : actions/checkout@v4
103103
104104 - name : " Install specific version of phpunit "
105105 if : ${{ matrix.phpunit }}
0 commit comments