Skip to content

Commit 246e2ef

Browse files
committed
Updated GitHub workflows from https://github.com/briandfoy/github_workflows
afbd46c5fb556b0886f70add936d6c35e7f67980 * �[92mlinux.yml�[0m upgraded: 20250703.001 -> 20250811.001 * �[92mmacos.yml�[0m upgraded: 20250617.001 -> 20250811.001 * �[92mrelease.yml�[0m upgraded: 20250713.001 -> 20250811.001 * �[92mwindows.yml�[0m upgraded: 20250515.001 -> 20250811.001
1 parent a88feab commit 246e2ef

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
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 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
@@ -74,7 +74,7 @@ on:
7474
pull_request:
7575
# weekly build on the master branch just to see what CPAN is doing
7676
schedule:
77-
- cron: "24 20 * * 3"
77+
- cron: "41 3 * * 3"
7878
jobs:
7979
perl:
8080
environment: automated_testing
@@ -93,7 +93,7 @@ jobs:
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)"

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
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 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
@@ -71,7 +71,7 @@ jobs:
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)"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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 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
@@ -66,7 +66,7 @@ jobs:
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`

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
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 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
@@ -76,7 +76,7 @@ jobs:
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%"

0 commit comments

Comments
 (0)