diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index ad84066..ffe2258 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -23,7 +23,7 @@ jobs: - name: perl -V run: perl -V - name: Install Dependencies - uses: perl-actions/install-with-cpanm@stable + uses: perl-actions/install-with-cpm@stable with: cpanfile: "cpanfile" - name: Makefile.PL @@ -71,7 +71,7 @@ jobs: - name: perl -V run: perl -V - name: Install Dependencies - uses: perl-actions/install-with-cpanm@stable + uses: perl-actions/install-with-cpm@stable with: sudo: false cpanfile: "cpanfile" @@ -97,7 +97,7 @@ jobs: - name: perl -V run: perl -V - name: Install Dependencies - uses: perl-actions/install-with-cpanm@stable + uses: perl-actions/install-with-cpm@stable with: sudo: false cpanfile: "cpanfile" @@ -118,7 +118,7 @@ jobs: - name: perl -V run: perl -V - name: Install Dependencies - uses: perl-actions/install-with-cpanm@stable + uses: perl-actions/install-with-cpm@stable with: sudo: false cpanfile: "cpanfile"