File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 container :
1818 image : perldocker/perl-tester:5.36
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Run Tests
2222 env :
2323 AUTHOR_TESTING : 1
3636 container :
3737 image : perldocker/perl-tester:5.36
3838 steps :
39- - uses : actions/checkout@v4 # codecov wants to be inside a Git repository
39+ - uses : actions/checkout@v5 # codecov wants to be inside a Git repository
4040 - uses : actions/download-artifact@v4
4141 with :
4242 name : build_dir
9393 - name : pin Test::Deep to 1.130 on Perl < 5.12
9494 if : ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
9595 run :
cpanm --notest Test::[email protected] 96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v5
9797 - uses : actions/download-artifact@v4
9898 with :
9999 name : build_dir
You can’t perform that action at this time.
0 commit comments