Skip to content

Commit 191a836

Browse files
committed
Use v1 of actions-setup-perl
1 parent fe1c634 commit 191a836

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ jobs:
121121
# https://github.com/shogo82148/actions-setup-perl/issues/223
122122
#- "5.10"
123123
#- "5.12"
124-
#- "5.14"
125-
#- "5.16"
126-
#- "5.18"
127-
#- "5.20"
128-
#- "5.22"
124+
- "5.14"
125+
- "5.16"
126+
- "5.18"
127+
- "5.20"
128+
- "5.22"
129129
- "5.24"
130130
- "5.26"
131131
- "5.28"
@@ -135,7 +135,7 @@ jobs:
135135
steps:
136136
- uses: actions/checkout@v2
137137
- name: Set Up Perl
138-
uses: shogo82148/actions-setup-perl@v1.3.0
138+
uses: shogo82148/actions-setup-perl@v1
139139
with:
140140
perl-version: ${{ matrix.perl-version }}
141141
distribution: strawberry

0 commit comments

Comments
 (0)