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 11# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2- # version 20250703 .001
2+ # version 20250811 .001
33# https://github.com/briandfoy/github_workflows
44# https://github.com/features/actions
55# This file is licensed under the Artistic License 2.0
7474 pull_request :
7575 # weekly build on the master branch just to see what CPAN is doing
7676 schedule :
77- - cron : " 2 20 * * 6 "
77+ - cron : " 47 8 * * 3 "
7878jobs :
7979 perl :
8080 environment : automated_testing
9393 container :
9494 image : perl:${{ matrix.perl-version }}
9595 steps :
96- - uses : actions/checkout@v3
96+ - uses : actions/checkout@v5
9797 - name : git corrections
9898 run : |
9999 git config --global --add safe.directory "$(pwd)"
Original file line number Diff line number Diff line change 11# brian's standard GitHub Actions macOS config for Perl 5 modules
2- # version 20250617 .001
2+ # version 20250811 .001
33# https://github.com/briandfoy/github_workflows
44# https://github.com/features/actions
55# This file is licensed under the Artistic License 2.0
7171 environment : automated_testing
7272 runs-on : macOS-latest
7373 steps :
74- - uses : actions/checkout@v3
74+ - uses : actions/checkout@v5
7575 - name : git corrections
7676 run : |
7777 git config --global --add safe.directory "$(pwd)"
Original file line number Diff line number Diff line change 11# brian's standard GitHub Actions release config for Perl 5 modules
2- # version 20250713 .001
2+ # version 20250811 .001
33# https://github.com/briandfoy/github_workflows
44# https://github.com/features/actions
55# This file is licensed under the Artistic License 2.0
6666 container :
6767 image : perl:${{ matrix.perl-version }}
6868 steps :
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v5
7070 - name : git corrections
7171 run : |
7272 git config --global --add safe.directory `pwd`
Original file line number Diff line number Diff line change 11# brian's standard GitHub Actions Windows config for Perl 5 modules
2- # version 20250515 .001
2+ # version 20250811 .001
33# https://github.com/briandfoy/github_workflows
44# https://github.com/features/actions
55# This file is licensed under the Artistic License 2.0
7676 - windows-2025
7777 steps :
7878 - run : git config --global core.autocrlf false
79- - uses : actions/checkout@v3
79+ - uses : actions/checkout@v5
8080 - name : git corrections
8181 run : |
8282 git config --global --add safe.directory "%cd%"
You can’t perform that action at this time.
0 commit comments