We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70fffb commit ee7f35eCopy full SHA for ee7f35e
.github/workflows/linux.yml
@@ -30,7 +30,7 @@ jobs:
30
container:
31
image: perl:${{ matrix.perl-version }}
32
steps:
33
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
34
- name: perl -V
35
run: perl -V
36
- name: Install Dependencies
.github/workflows/macos.yml
@@ -29,7 +29,7 @@ jobs:
29
# - '5.10'
- '5.8'
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
.github/workflows/windows.yml
@@ -32,7 +32,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
37
38
- name: Ensure old Strawberries have a good toolchain
0 commit comments