File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
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 20250703 .001
2
+ # version 20250811 .001
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
74
74
pull_request :
75
75
# weekly build on the master branch just to see what CPAN is doing
76
76
schedule :
77
- - cron : " 24 20 * * 3"
77
+ - cron : " 41 3 * * 3"
78
78
jobs :
79
79
perl :
80
80
environment : automated_testing
93
93
container :
94
94
image : perl:${{ matrix.perl-version }}
95
95
steps :
96
- - uses : actions/checkout@v3
96
+ - uses : actions/checkout@v5
97
97
- name : git corrections
98
98
run : |
99
99
git config --global --add safe.directory "$(pwd)"
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 20250617 .001
2
+ # version 20250811 .001
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
71
71
environment : automated_testing
72
72
runs-on : macOS-latest
73
73
steps :
74
- - uses : actions/checkout@v3
74
+ - uses : actions/checkout@v5
75
75
- name : git corrections
76
76
run : |
77
77
git config --global --add safe.directory "$(pwd)"
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 20250713 .001
2
+ # version 20250811 .001
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
66
66
container :
67
67
image : perl:${{ matrix.perl-version }}
68
68
steps :
69
- - uses : actions/checkout@v3
69
+ - uses : actions/checkout@v5
70
70
- name : git corrections
71
71
run : |
72
72
git config --global --add safe.directory `pwd`
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 20250515 .001
2
+ # version 20250811 .001
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
76
76
- windows-2025
77
77
steps :
78
78
- run : git config --global core.autocrlf false
79
- - uses : actions/checkout@v3
79
+ - uses : actions/checkout@v5
80
80
- name : git corrections
81
81
run : |
82
82
git config --global --add safe.directory "%cd%"
You can’t perform that action at this time.
0 commit comments