From 2e8842ee6a9b407bb334df1fe72d633f0f729d96 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Sun, 6 Dec 2020 15:15:45 -0500 Subject: [PATCH] Don't pin perl-actions/install-with-cpm to minor release version --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 727745b2..1a9b3c2a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -144,7 +144,7 @@ jobs: name: build_dir path: . - name: install deps using cpanm - uses: perl-actions/install-with-cpanm@v1.1 + uses: perl-actions/install-with-cpanm@v1 with: cpanfile: "cpanfile" args: "--mirror https://cpan.metacpan.org --mirror http://cpan.cpantesters.org"