File tree Expand file tree Collapse file tree 5 files changed +3
-140
lines changed
Expand file tree Collapse file tree 5 files changed +3
-140
lines changed Original file line number Diff line number Diff line change 4141 CIP_TAG : ${{ matrix.cip_tag }}
4242
4343 steps :
44- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v4
4545
4646 - name : Bootstrap CIP
4747 run : |
5454 cip cache-key
5555
5656 - name : Cache CPAN modules
57- uses : actions/cache@v2
57+ uses : actions/cache@v4
5858 with :
5959 path : ~/.cip
6060 key : ${{ runner.os }}-build-${{ steps.cache-key.outputs.key }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # Test::Script ![ linux] ( https://github.com/uperl/Test-Script/workflows/linux/badge.svg ) ![ macos ] ( https://github.com/uperl/Test-Script/workflows/macos/badge.svg ) ![ windows ] ( https://github.com/uperl/Test-Script/workflows/windows/badge.svg )
1+ # Test::Script ![ linux] ( https://github.com/uperl/Test-Script/workflows/linux/badge.svg )
22
33Basic cross-platform tests for scripts
44
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ test2_v0 = 1
1313github_user = uperl
1414
1515workflow = linux
16- workflow = macos
17- workflow = windows
1816
1917[RemovePrereqs]
2018remove = strict
You can’t perform that action at this time.
0 commit comments