Skip to content

Commit 5a7e289

Browse files
committed
bump ci
1 parent 342975d commit 5a7e289

File tree

5 files changed

+3
-140
lines changed

5 files changed

+3
-140
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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: |
@@ -54,7 +54,7 @@ jobs:
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 }}

.github/workflows/macos.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.github/workflows/windows.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
Basic cross-platform tests for scripts
44

dist.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ test2_v0 = 1
1313
github_user = uperl
1414

1515
workflow = linux
16-
workflow = macos
17-
workflow = windows
1816

1917
[RemovePrereqs]
2018
remove = strict

0 commit comments

Comments
 (0)