Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cpan-complexity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Perl::Metrics::Simple
run: sudo cpanm Perl::Metrics::Simple
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Perl version
run: perl -V
- name: Run countperl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpan-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
container: davorg/perl-coveralls:latest
name: Test coverage
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install modules
run: cpanm -n --installdeps .
- name: Coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpan-dzil-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- 'latest'
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpan-kwality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
container: davorg/perl-perlcritic
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Perl version
run: perl -V
- name: Run perlcritic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpan-perlcritic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
container: davorg/perl-perlcritic
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Perl version
run: perl -V
- name: Run perlcritic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- 'latest'
name: Build and release
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Perl version
run: perl -V
- name: Install cpanm and jq
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpan-test-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
perl: ${{ fromJson(inputs.perl_version) }}
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install yamllint
run: |
pip install yamllint==1.38.0
Expand Down