File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 15
15
name : " Build latest"
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v3
19
19
- name : Publish to Registry
20
20
21
21
with :
34
34
fail-fast : false
35
35
matrix :
36
36
perl-version :
37
+ - " 5.36"
37
38
- " 5.34"
38
39
- " 5.32"
39
40
- " 5.30"
50
51
- " 5.8"
51
52
52
53
steps :
53
- - uses : actions/checkout@v2
54
+ - uses : actions/checkout@v3
54
55
- name : Publish to Registry
55
56
56
57
with :
Original file line number Diff line number Diff line change 29
29
- ' 5.30'
30
30
- ' 5.32'
31
31
- ' 5.34'
32
+ - ' 5.36'
32
33
name : Perl ${{ matrix.perl-version }}
33
34
steps :
34
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
35
36
- name : Install deps using cpm
36
37
uses : perl-actions/install-with-cpm@v1
37
38
with :
You can’t perform that action at this time.
0 commit comments