diff --git a/.github/workflows/cpan-complexity.yml b/.github/workflows/cpan-complexity.yml index 07fe77a..788117b 100644 --- a/.github/workflows/cpan-complexity.yml +++ b/.github/workflows/cpan-complexity.yml @@ -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 diff --git a/.github/workflows/cpan-coverage.yml b/.github/workflows/cpan-coverage.yml index ee99b9e..3be5235 100644 --- a/.github/workflows/cpan-coverage.yml +++ b/.github/workflows/cpan-coverage.yml @@ -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 diff --git a/.github/workflows/cpan-dzil-test.yml b/.github/workflows/cpan-dzil-test.yml index 049b91d..cdf5d4e 100644 --- a/.github/workflows/cpan-dzil-test.yml +++ b/.github/workflows/cpan-dzil-test.yml @@ -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: diff --git a/.github/workflows/cpan-kwality.yml b/.github/workflows/cpan-kwality.yml index 53285cc..4757338 100644 --- a/.github/workflows/cpan-kwality.yml +++ b/.github/workflows/cpan-kwality.yml @@ -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 diff --git a/.github/workflows/cpan-perlcritic.yml b/.github/workflows/cpan-perlcritic.yml index 2f1058a..9d89f15 100644 --- a/.github/workflows/cpan-perlcritic.yml +++ b/.github/workflows/cpan-perlcritic.yml @@ -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 diff --git a/.github/workflows/cpan-release.yml b/.github/workflows/cpan-release.yml index 6ee0bde..cb6f33f 100644 --- a/.github/workflows/cpan-release.yml +++ b/.github/workflows/cpan-release.yml @@ -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 diff --git a/.github/workflows/cpan-test-new.yml b/.github/workflows/cpan-test-new.yml index 49c0061..2ee58d0 100644 --- a/.github/workflows/cpan-test-new.yml +++ b/.github/workflows/cpan-test-new.yml @@ -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: diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index 91397d7..7e5e013 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -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