File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout Code
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Install PHP
21
21
uses : shivammathur/setup-php@v2
27
27
28
28
- name : Cache Composer packages
29
29
id : composer-cache
30
- uses : actions/cache@v2
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : vendor
33
33
key : ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}-${{ matrix.prefer }}-
47
47
48
48
steps :
49
49
- name : Checkout Code
50
- uses : actions/checkout@v2
50
+ uses : actions/checkout@v4
51
51
52
52
- name : Install PHP
53
53
uses : shivammathur/setup-php@v2
58
58
run : composer update --prefer-stable --prefer-dist --no-progress
59
59
60
60
- name : Lint Code
61
- uses : github/super-linter@v4
61
+ uses : github/super-linter@v7
62
62
env :
63
63
FILTER_REGEX_EXCLUDE : .*vendor.*
64
64
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments