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
runs-on : ubuntu-latest
9
9
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
13
13
- name : Check license headers
14
14
run : |
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Use PHP ${{ matrix.php-version }}
21
21
uses : shivammathur/setup-php@v2
30
30
id : composercache
31
31
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
32
32
- name : Cache dependencies
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
with :
35
35
path : ${{ steps.composercache.outputs.dir }}
36
36
key : ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments