File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed
Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 11# brian's standard GitHub Actions macOS config for Perl 5 modules
2- # version 20240426 .001
2+ # version 20240709 .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
1010# that you want.
1111name : macos
1212
13+ # https://github.com/actions/checkout/issues/1590
14+ env :
15+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
16+
1317on :
1418 push :
1519 branches :
Original file line number Diff line number Diff line change 11# brian's standard GitHub Actions release config for Perl 5 modules
2- # version 20240124.003
2+ # version 20240709.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
1414# that has "read and write" permissions on Repository/Contents
1515name : release
1616
17+ # https://github.com/actions/checkout/issues/1590
18+ env :
19+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
20+
1721permissions :
1822 contents : write
1923
Original file line number Diff line number Diff line change 11# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2- # version 20240130 .001
2+ # version 20240709 .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
1010# that you want.
1111name : ubuntu
1212
13+ # https://github.com/actions/checkout/issues/1590
14+ env :
15+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
16+
1317on :
1418 push :
1519 branches :
Original file line number Diff line number Diff line change 11# brian's standard GitHub Actions Windows config for Perl 5 modules
2- # version 20240524 .001
2+ # version 20240709 .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
1010# that you want.
1111name : windows
1212
13+ # https://github.com/actions/checkout/issues/1590
14+ env :
15+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
16+
1317on :
1418 push :
1519 branches :
You can’t perform that action at this time.
0 commit comments