File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Checkout code
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Check style
14
14
uses : docker://oskarstark/php-cs-fixer-ga
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
# Fetch 10 commits or Scrutinizer will throw
22
22
fetch-depth : 10
33
33
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
34
34
35
35
- name : Cache composer dependencies
36
- uses : actions/cache@v3
36
+ uses : actions/cache@v4
37
37
with :
38
38
path : ${{ steps.composer-cache.outputs.dir }}
39
39
key : php-${{ matrix.php }}-composer-${{ matrix.stability }}-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments