Skip to content

Commit 8bd55ca

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

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
@@ -134,7 +134,7 @@ jobs:
134134
name: build_dir
135135
path: .
136136
- name: install deps using cpm
137-
uses: perl-actions/install-with-cpm@v1.7
137+
uses: perl-actions/install-with-cpm@v1.9
138138
with:
139139
cpanfile: "cpanfile"
140140
args: "--with-suggests --with-test"
@@ -171,7 +171,7 @@ jobs:
171171
name: build_dir
172172
path: .
173173
- name: install deps using cpm
174-
uses: perl-actions/install-with-cpm@v1.7
174+
uses: perl-actions/install-with-cpm@v1.9
175175
with:
176176
cpanfile: "cpanfile"
177177
args: "--with-suggests --with-test --with-develop"

0 commit comments

Comments
 (0)