Skip to content

Commit 2e8842e

Browse files
committed
Don't pin perl-actions/install-with-cpm to minor release version
1 parent b6996b9 commit 2e8842e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
name: build_dir
145145
path: .
146146
- name: install deps using cpanm
147-
uses: perl-actions/install-with-cpanm@v1.1
147+
uses: perl-actions/install-with-cpanm@v1
148148
with:
149149
cpanfile: "cpanfile"
150150
args: "--mirror https://cpan.metacpan.org --mirror http://cpan.cpantesters.org"

0 commit comments

Comments
 (0)