Skip to content

Commit d92b10c

Browse files
committed
Add ACTIONS_ALLOW_US_UNSECURE_NODE_VERSION to get around some haphazard upgrading
actions/checkout#1590
1 parent 4db6a43 commit d92b10c

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

perl-module-macos.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -10,6 +10,10 @@
1010
# that you want.
1111
name: macos
1212

13+
# https://github.com/actions/checkout/issues/1590
14+
env:
15+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
16+
1317
on:
1418
push:
1519
branches:

perl-module-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -14,6 +14,10 @@
1414
# that has "read and write" permissions on Repository/Contents
1515
name: release
1616

17+
# https://github.com/actions/checkout/issues/1590
18+
env:
19+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
20+
1721
permissions:
1822
contents: write
1923

perl-module-ubuntu.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -10,6 +10,10 @@
1010
# that you want.
1111
name: ubuntu
1212

13+
# https://github.com/actions/checkout/issues/1590
14+
env:
15+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
16+
1317
on:
1418
push:
1519
branches:

perl-module-windows.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -10,6 +10,10 @@
1010
# that you want.
1111
name: windows
1212

13+
# https://github.com/actions/checkout/issues/1590
14+
env:
15+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
16+
1317
on:
1418
push:
1519
branches:

0 commit comments

Comments
 (0)