Skip to content

Commit 75f373d

Browse files
dependabot[bot]oalders
authored andcommitted
Bump perl-actions/install-with-cpm from 1.4 to 1.9
Bumps [perl-actions/install-with-cpm](https://github.com/perl-actions/install-with-cpm) from 1.4 to 1.9. - [Release notes](https://github.com/perl-actions/install-with-cpm/releases) - [Commits](perl-actions/install-with-cpm@v1.4...v1.9) --- updated-dependencies: - dependency-name: perl-actions/install-with-cpm dependency-version: '1.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e6aab9 commit 75f373d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
path: .
7575
- name: Install deps
7676
if: success()
77-
uses: perl-actions/install-with-cpm@v1.4
77+
uses: perl-actions/install-with-cpm@v1.9
7878
with:
7979
cpanfile: "cpanfile"
8080
args: "--with-recommends --with-suggests --with-test"
@@ -113,7 +113,7 @@ jobs:
113113
path: .
114114
- run: perl -V
115115
- name: install deps using cpm
116-
uses: perl-actions/install-with-cpm@v1.4
116+
uses: perl-actions/install-with-cpm@v1.9
117117
with:
118118
cpanfile: "cpanfile"
119119
args: "--with-recommends --with-suggests --with-test"
@@ -154,7 +154,7 @@ jobs:
154154
name: build_dir
155155
path: .
156156
- name: install deps using cpanm
157-
uses: perl-actions/install-with-cpm@v1.4
157+
uses: perl-actions/install-with-cpm@v1.9
158158
with:
159159
cpanfile: "cpanfile"
160160
sudo: false

0 commit comments

Comments
 (0)