File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1515 name : " Build latest"
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919 - name : Publish to Registry
2020 uses : elgohr/Publish-Docker-Github-Action@3.04
2121 with :
3434 fail-fast : false
3535 matrix :
3636 perl-version :
37+ - " 5.36"
3738 - " 5.34"
3839 - " 5.32"
3940 - " 5.30"
5051 - " 5.8"
5152
5253 steps :
53- - uses : actions/checkout@v2
54+ - uses : actions/checkout@v3
5455 - name : Publish to Registry
5556 uses : elgohr/Publish-Docker-Github-Action@3.04
5657 with :
Original file line number Diff line number Diff line change 2929 - ' 5.30'
3030 - ' 5.32'
3131 - ' 5.34'
32+ - ' 5.36'
3233 name : Perl ${{ matrix.perl-version }}
3334 steps :
34- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v3
3536 - name : Install deps using cpm
3637 uses : perl-actions/install-with-cpm@v1
3738 with :
You can’t perform that action at this time.
0 commit comments