Skip to content

Commit cedef38

Browse files
committed
Switch perl-actions/install-with-cpm to v1 tag
The current tag 'stable' is 3 years old and uses an old nodejs. The v1 tag is 3 weeks old.
1 parent c4207ce commit cedef38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-cpanfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- name: Install deps using cpm
37-
uses: perl-actions/install-with-cpm@stable
37+
uses: perl-actions/install-with-cpm@v1
3838
with:
3939
cpanfile: 'cpanfile'
4040
sudo: false

0 commit comments

Comments
 (0)