File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
39
40
40
- name : Setup PHP
41
- uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
41
+ uses : shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2.35.2
42
42
with :
43
43
php-version : ' 8.1'
44
44
coverage : none
Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
23
23
- name : Setup PHP
24
- uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
24
+ uses : shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2.35.2
25
25
with :
26
26
php-version : ' 8.1'
27
27
coverage : none
Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
31
31
- name : Setup PHP
32
- uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
32
+ uses : shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2.35.2
33
33
with :
34
34
php-version : ' 8.1'
35
35
coverage : none
Original file line number Diff line number Diff line change 26
26
27
27
# Use PHP 7.4 here for compatibility with the WordPress codesniffer rules.
28
28
- name : Setup PHP
29
- uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
29
+ uses : shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2.35.2
30
30
with :
31
31
php-version : ' 7.4'
32
32
coverage : none
Original file line number Diff line number Diff line change 30
30
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
31
32
32
- name : Setup PHP
33
- uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
33
+ uses : shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2.35.2
34
34
with :
35
35
php-version : ' 8.1'
36
36
coverage : none
Original file line number Diff line number Diff line change 37
37
[[ "$taggedVersion" == "$pluginPackageVersion" ]] || exit 1
38
38
39
39
- name : Setup PHP
40
- uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
40
+ uses : shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2.35.2
41
41
with :
42
42
php-version : ' 8.1'
43
43
coverage : none
Original file line number Diff line number Diff line change 27
27
echo "PACKAGE=${REPO##*/}" >> $GITHUB_OUTPUT
28
28
29
29
- name : Setup PHP
30
- uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
30
+ uses : shivammathur/setup-php@ccf2c627fe61b1b4d924adfcbd19d661a18133a0 # v2.35.2
31
31
with :
32
32
php-version : ' 8.1'
33
33
coverage : none
You can’t perform that action at this time.
0 commit comments