diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f87460..244aefc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: STORAGE_ENGINE: ${{matrix.storage}} TANSU_IMAGE: ${{matrix.tansu}} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: docker compose --ansi never --progress plain up --no-color --quiet-pull --detach - run: docker compose --ansi never exec minio /usr/bin/mc ready local - run: docker compose --ansi never exec minio /usr/bin/mc alias set local http://localhost:9000 ${{ secrets.AWS_ACCESS_KEY_ID }} ${{ secrets.AWS_SECRET_ACCESS_KEY }}