diff --git a/.github/workflows/perlcritic.yml b/.github/workflows/perlcritic.yml index d8740d5..bd70574 100644 --- a/.github/workflows/perlcritic.yml +++ b/.github/workflows/perlcritic.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v6 - - uses: shogo82148/actions-setup-perl@v1.41.1 + - uses: shogo82148/actions-setup-perl@v1.42.0 with: perl-version: 5.32 install-modules-with: cpanm diff --git a/.github/workflows/prove.yml b/.github/workflows/prove.yml index 708cdb6..00fc3d4 100644 --- a/.github/workflows/prove.yml +++ b/.github/workflows/prove.yml @@ -24,7 +24,7 @@ jobs: name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - uses: actions/checkout@v6 - - uses: shogo82148/actions-setup-perl@v1.41.1 + - uses: shogo82148/actions-setup-perl@v1.42.0 with: perl-version: ${{ matrix.perl }} install-modules-with: cpanm