File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : " Checkout code"
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : PHP-CS-Fixer
24
24
uses : docker://oskarstark/php-cs-fixer-ga
34
34
35
35
steps :
36
36
- name : " Checkout code"
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
39
39
- name : " Install PHP with extensions"
40
40
uses : shivammathur/setup-php@v2
49
49
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
50
50
51
51
- name : " Cache composer"
52
- uses : actions/cache@v3
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : ${{ steps.composer-cache.outputs.dir }}
55
55
key : ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : " Checkout code"
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
39
39
- name : " Install PHP with extensions"
40
40
uses : shivammathur/setup-php@v2
53
53
shell : bash
54
54
55
55
- name : " Cache composer"
56
- uses : actions/cache@v3
56
+ uses : actions/cache@v4
57
57
with :
58
58
path : ${{ steps.composer-cache.outputs.dir }}
59
59
key : ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
You can’t perform that action at this time.
0 commit comments