Skip to content

Commit

Permalink
Possible warnings fix for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Jan 2, 2024
1 parent 31d4c45 commit 3eed106
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpm@stable
uses: perl-actions/install-with-cpm@v1.7
with:
cpanfile: "cpanfile"
- name: Test
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpm@stable
uses: perl-actions/install-with-cpm@v1.7
with:
sudo: false
cpanfile: "cpanfile"
Expand All @@ -94,7 +94,7 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpm@stable
uses: perl-actions/install-with-cpm@v1.7
with:
sudo: false
cpanfile: "cpanfile"
Expand All @@ -114,7 +114,7 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpm@stable
uses: perl-actions/install-with-cpm@v1.7
with:
sudo: false
cpanfile: "cpanfile"
Expand Down

0 comments on commit 3eed106

Please sign in to comment.