File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
submodules : " true"
36
36
46
46
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
47
47
48
48
- name : Cache dependencies
49
- uses : actions/cache@v3
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : ${{ steps.composer-cache.outputs.dir }}
52
52
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
name : ' PHP-CS-Fixer'
11
11
runs-on : ' ubuntu-latest'
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Setup PHP
16
16
uses : shivammathur/setup-php@v2
17
17
with :
18
18
php-version : 8.2
19
19
tools : php-cs-fixer:3.45, cs2pr
20
20
21
- - uses : actions/cache@v3
21
+ - uses : actions/cache@v4
22
22
with :
23
23
path : ' .php-cs-fixer.cache'
24
24
key : ${{ github.repository }}-8.2-phpcsfixer-${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments