File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v5
2323 - name : perl -V
2424 run : perl -V
2525 - name : Install Dependencies
@@ -64,12 +64,13 @@ jobs:
6464 - " 5.14"
6565 - " 5.12"
6666 - " 5.10"
67+ - " 5.8"
6768
6869 container :
6970 image : perl:${{ matrix.perl-version }}
7071
7172 steps :
72- - uses : actions/checkout@v3
73+ - uses : actions/checkout@v5
7374 - name : perl -V
7475 run : perl -V
7576 - name : Install Dependencies
9394 PERL_CARTON_PATH : $GITHUB_WORKSPACE/local
9495
9596 steps :
96- - uses : actions/checkout@v3
97+ - uses : actions/checkout@v5
9798 - name : Set up Perl
9899 run : brew install perl
99100 - name : perl -V
@@ -112,7 +113,7 @@ jobs:
112113 runs-on : windows-latest
113114
114115 steps :
115- - uses : actions/checkout@v3
116+ - uses : actions/checkout@v5
116117 - name : Set up Perl
117118 run : |
118119 choco install strawberryperl
You can’t perform that action at this time.
0 commit comments