diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 650e992..2e51038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: # to work on. Ubuntu ships bash 5 and would not catch a bashism. runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Install the Bitrise CLI run: | @@ -48,7 +48,7 @@ jobs: - testingbot-tunnel - testingbot-tunnel-stop steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Install the Bitrise CLI run: |