diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d580abb46..26511d00ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,7 +88,7 @@ jobs: - ubuntu-24.04-s390x runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 # v5 fails on these platforms + - uses: actions/checkout@v5 # v5 fails on these platforms - name: Set up Ruby run: | sudo apt-get update