File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2
- # version 20240124.002
2
+ # version 20240124.003
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
61
61
container :
62
62
image : perl:${{ matrix.perl-version }}
63
63
steps :
64
- - uses : actions/checkout@v4
64
+ - uses : actions/checkout@v3
65
65
- name : Platform check
66
66
run : uname -a
67
67
- name : Perl version check
Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions macOS config for Perl 5 modules
2
- # version 20240124.002
2
+ # version 20240124.003
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
38
38
perl :
39
39
runs-on : macOS-latest
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v3
42
42
- name : Platform check
43
43
run : uname -a
44
44
- name : Set up Perl
Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions release config for Perl 5 modules
2
- # version 20240124.002
2
+ # version 20240124.003
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
48
48
container :
49
49
image : perl:${{ matrix.perl-version }}
50
50
steps :
51
- - uses : actions/checkout@v4
51
+ - uses : actions/checkout@v3
52
52
# Some older versions of Perl have trouble with hostnames in certs. I
53
53
# haven't figured out why.
54
54
- name : Setup environment
Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions Windows config for Perl 5 modules
2
- # version 20240124.002
2
+ # version 20240124.003
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
45
45
- windows-2022
46
46
steps :
47
47
- run : git config --global core.autocrlf false
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v3
49
49
- name : Set up Perl
50
50
run : |
51
51
choco install strawberryperl
You can’t perform that action at this time.
0 commit comments