From 9dcd4767a6497192e066abbc35d02df1866978db Mon Sep 17 00:00:00 2001 From: brian d foy Date: Mon, 2 Jan 2023 10:20:06 -0500 Subject: [PATCH] Update to checkout@v3 --- .github/workflows/linux.yml | 6 ++++-- .github/workflows/macos.yml | 6 ++++-- .github/workflows/release.yml | 4 ++-- .github/workflows/windows.yml | 6 ++++-- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 20dacce..4bec137 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' @@ -58,7 +60,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