diff --git a/.github/workflows/perlcritic.yml b/.github/workflows/perlcritic.yml index cc7febe..0b47dca 100644 --- a/.github/workflows/perlcritic.yml +++ b/.github/workflows/perlcritic.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - uses: shogo82148/actions-setup-perl@v1.31.4 + - uses: shogo82148/actions-setup-perl@v1.33.0 with: perl-version: 5.32 install-modules-with: cpanm diff --git a/.github/workflows/prove.yml b/.github/workflows/prove.yml index f41a4a3..c15cef1 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@v4 - - uses: shogo82148/actions-setup-perl@v1.31.4 + - uses: shogo82148/actions-setup-perl@v1.33.0 with: perl-version: ${{ matrix.perl }} install-modules-with: cpanm