Skip to content

Commit b6996b9

Browse files
committed
Don't pin GH actions to point releases
1 parent 202d3b2 commit b6996b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- uses: actions/checkout@v2
9696
- name: Set Up Perl
97-
uses: shogo82148/actions-setup-perl@v1.3.0
97+
uses: shogo82148/actions-setup-perl@v1
9898
with:
9999
perl-version: ${{ matrix.perl-version }}
100100
- uses: actions/download-artifact@master
@@ -103,7 +103,7 @@ jobs:
103103
path: .
104104
- run: perl -V
105105
- name: install deps using cpanm
106-
uses: perl-actions/install-with-cpm@v1.3
106+
uses: perl-actions/install-with-cpm@v1
107107
with:
108108
cpanfile: "cpanfile"
109109
args: "--with-develop --with-recommends --with-suggests --with-test --mirror https://cpan.metacpan.org --mirror http://cpan.cpantesters.org"

0 commit comments

Comments
 (0)