We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730e373 commit c7ddd9aCopy full SHA for c7ddd9a
.github/workflows/build_and_deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
git config user.email github-actions@github.com
27
git branch --track gh-pages origin/gh-pages
28
- name: Setup Perl
29
- uses: shogo82148/actions-setup-perl@v1
+ uses: shogo82148/actions-setup-perl@v1.36.0
30
- name: Setup Perl environment
31
run: |
32
echo PERL5LIB="$(pwd)/local/lib/perl5:${PERL5LIB}" >> $GITHUB_ENV
0 commit comments