Skip to content

Commit 2b8340f

Browse files
committed
promote perl-actions
1 parent 9fe5088 commit 2b8340f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
image: perldocker/perl-tester:${{ matrix.perl-version }}
141141

142142
steps:
143-
- uses: actions/checkout@v1
143+
- uses: actions/checkout@v2
144144
- name: perl -V
145145
run: perl -V
146146
- name: Install Dependencies
@@ -153,6 +153,12 @@ jobs:
153153
154154
You can find more details on how to setup GitHub workflow to smoke Perl projects by reading [skaji/perl-github-actions-sample](https://github.com/skaji/perl-github-actions-sample) GitHub repository.
155155
156+
## Using GitHub actions
157+
158+
You can also consider using GitHub actions:
159+
- [perl-actions/install-with-cpanm](https://github.com/perl-actions/install-with-cpanm)
160+
- [perl-actions/install-with-cpm](https://github.com/perl-actions/install-with-cpm)
161+
156162
## Building Docker images
157163
158164
When pushing to GitHub, it's using a GitHub action `.github/workflows/publish-to-docker.yml`

0 commit comments

Comments
 (0)