Skip to content

Commit dfd6941

Browse files
committed
actions/checkout no longer fails on ibm
1 parent 0a1d99d commit dfd6941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- ubuntu-24.04-s390x
8989
runs-on: ${{ matrix.os }}
9090
steps:
91-
- uses: actions/checkout@v5 # v5 fails on these platforms
91+
- uses: actions/checkout@v5
9292
- name: Set up Ruby
9393
run: |
9494
sudo apt-get update

0 commit comments

Comments
 (0)