Commit 70c9367 1 parent 873b02c commit 70c9367 Copy full SHA for 70c9367
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
git config --global core.eol lf
25
25
26
26
- name : Checkout code
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Setup PHP
30
30
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
contents : write
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
ref : ${{ github.head_ref }}
22
22
23
23
- name : " Revive Fix"
24
- uses : devanoxltd/revive-action@v2
24
+ uses : devanoxltd/revive-action@v1
25
25
with :
26
26
args : fix
27
27
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
contents : write
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
ref : ${{ github.head_ref }}
22
22
23
23
- name : " Revive Fix"
24
- uses : devanoxltd/revive-action@v2
24
+ uses : devanoxltd/revive-action@v1
25
25
with :
26
26
args : fix
27
27
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : " Revive Lint"
15
- uses : devanoxltd/revive-action@v2
15
+ uses : devanoxltd/revive-action@v1
16
16
with :
17
17
args : lint
You can’t perform that action at this time.
0 commit comments