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 5
5
psalm :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v2
8
+ - uses : actions/checkout@v3.1.0
9
9
10
10
- name : Psalm
11
11
uses : docker://vimeo/psalm-github-actions
21
21
# codecov:
22
22
# runs-on: ubuntu-latest
23
23
# steps:
24
- # - uses: actions/checkout@v2
24
+ # - uses: actions/checkout@v3.1.0
25
25
# with:
26
26
# fetch-depth: 0
27
27
60
60
phpunit : 9.5.0
61
61
62
62
steps :
63
- - uses : actions/checkout@v2
63
+ - uses : actions/checkout@v3.1.0
64
64
65
65
- name : Cache Composer dependencies
66
66
uses : actions/cache@v2
Original file line number Diff line number Diff line change 11
11
12
12
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v3.1.0
15
15
16
16
- name : Unshallow
17
17
run : git fetch --prune --unshallow
You can’t perform that action at this time.
0 commit comments