diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2253827..1be5bd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install pnpm uses: pnpm/action-setup@v4 @@ -62,7 +62,7 @@ jobs: name: docker images build runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Build api image run: docker build -f apps/api/Dockerfile -t indexer-api:ci . - name: Build indexer image