summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian d foy <briandfoy@pobox.com>2023-01-02 10:26:38 -0500
committerbrian d foy <briandfoy@pobox.com>2023-01-02 10:26:38 -0500
commitb72a566f8afd37693670b8b01d6f0a4c4305116e (patch)
tree738833a81ed5c1189749b25cee57711a4100528d
parent0427a129e1fe4870b07444ef8c22eaacdc3a7ec1 (diff)
Update to checkout@v3
-rw-r--r--.github/workflows/linux.yml6
-rw-r--r--.github/workflows/macos.yml6
-rw-r--r--.github/workflows/release.yml4
-rw-r--r--.github/workflows/windows.yml6
4 files changed, 14 insertions, 8 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index e87a730..7b6b6d1 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -1,5 +1,5 @@
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
-# version 20220828.001
+# version 20220902.001
# https://github.com/briandfoy/github_workflows
# https://github.com/features/actions
# This file is licensed under the Artistic License 2.0
@@ -10,6 +10,7 @@ on:
branches:
- '**'
- '!**appveyor**'
+ - '!**circleci**'
- '!**macos**'
- '!**notest**'
- '!**release**'
@@ -21,6 +22,7 @@ on:
# list all the files which are irrelevant to the tests
# non-code, support files, docs, etc
- '.appveyor.yml'
+ - '.circleci'
- '.gitattributes'
- '.github/workflows/macos.yml'
- '.github/workflows/release.yml'
@@ -57,7 +59,7 @@ jobs:
container:
image: perl:${{ matrix.perl-version }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Platform check
run: uname -a
- name: Perl version check
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 46de202..0b3f47a 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -1,5 +1,5 @@
# brian's standard GitHub Actions macOS config for Perl 5 modules
-# version 20220828.001
+# version 20220902.001
# https://github.com/briandfoy/github_workflows
# https://github.com/features/actions
# This file is licensed under the Artistic License 2.0
@@ -10,6 +10,7 @@ on:
branches:
- '**'
- '!**appveyor**'
+ - '!**circleci**'
- '!**linux**'
- '!**notest**'
- '!**release**'
@@ -21,6 +22,7 @@ on:
# list all the files which are irrelevant to the tests
# non-code, support files, docs, etc
- '.appveyor.yml'
+ - '.circleci'
- '.gitattributes'
- '.github/workflows/linux.yml'
- '.github/workflows/release.yml'
@@ -36,7 +38,7 @@ jobs:
perl:
runs-on: macOS-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Platform check
run: uname -a
- name: Set up Perl
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2f30c6f..39adacd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,5 +1,5 @@
# brian's standard GitHub Actions release config for Perl 5 modules
-# version 20220827.001
+# version 20220827.002
# https://github.com/briandfoy/github_workflows
# https://github.com/features/actions
# This file is licensed under the Artistic License 2.0
@@ -21,7 +21,7 @@ jobs:
container:
image: perl:${{ matrix.perl-version }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
# Some older versions of Perl have trouble with hostnames in certs. I
# haven't figured out why.
- name: Setup environment
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index bf765d5..ca998a8 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -1,5 +1,5 @@
# brian's standard GitHub Actions Windows config for Perl 5 modules
-# version 20220828.001
+# version 20220902.001
# https://github.com/briandfoy/github_workflows
# https://github.com/features/actions
# This file is licensed under the Artistic License 2.0
@@ -10,6 +10,7 @@ on:
branches:
- '**'
- '!**appveyor**'
+ - '!**circleci**'
- '!**linux**'
- '!**macos**'
- '!**notest**'
@@ -21,6 +22,7 @@ on:
# list all the files which are irrelevant to the tests
# non-code, support files, docs, etc
- '.appveyor.yml'
+ - '.circleci'
- '.gitattributes'
- '.github/workflows/linux.yml'
- '.github/workflows/macos.yml'
@@ -42,7 +44,7 @@ jobs:
- windows-2019
- windows-2022
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Perl
run: |
choco install strawberryperl