Commit d98df6b 1 parent 0210377 commit d98df6b Copy full SHA for d98df6b
File tree 2 files changed +3
-3
lines changed
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 26
26
27
27
steps :
28
28
- name : Checkout code
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
with :
31
31
# Fetch 10 commits or Scrutinizer will throw
32
32
fetch-depth : 10
43
43
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
44
44
45
45
- name : Cache composer dependencies
46
- uses : actions/cache@v3
46
+ uses : actions/cache@v4
47
47
with :
48
48
path : ${{ steps.composer-cache.outputs.dir }}
49
49
key : php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-composer-${{ matrix.stability }}-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments