diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index e765a4722..54431b7fa 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -147,7 +147,7 @@ jobs: fetch-depth: 1 - name: Prepare FatPacker - uses: shogo82148/actions-setup-perl@9c1eca9952ccc07f9ca4a2097b63df93d9d138e9 # v1.31.3 + uses: shogo82148/actions-setup-perl@98dfedee230bcf1ee68d5b021931fc8d63f2016e # v1.31.4 with: perl-version: '5.34' install-modules-with: cpm diff --git a/.github/workflows/spellchecker.yml b/.github/workflows/spellchecker.yml index 3d034ad26..c047470cb 100644 --- a/.github/workflows/spellchecker.yml +++ b/.github/workflows/spellchecker.yml @@ -30,7 +30,7 @@ jobs: - added|modified: 'src/**/*.pm' - name: Install CPAN Libraries - uses: shogo82148/actions-setup-perl@9c1eca9952ccc07f9ca4a2097b63df93d9d138e9 # v1.31.3 + uses: shogo82148/actions-setup-perl@98dfedee230bcf1ee68d5b021931fc8d63f2016e # v1.31.4 with: perl-version: '5.34' install-modules-with: cpm