diff --git a/.github/workflows/reusable-integration-test-v0.yml b/.github/workflows/reusable-integration-test-v0.yml index 95e441fb..237adeb6 100644 --- a/.github/workflows/reusable-integration-test-v0.yml +++ b/.github/workflows/reusable-integration-test-v0.yml @@ -78,7 +78,7 @@ jobs: # set up buildx/BuildKit runner in the context, # make the Docker cache exportable and thus properly cacheable - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Rust Cache uses: actions/cache@v3 diff --git a/.github/workflows/reusable-integration-test-v1.yml b/.github/workflows/reusable-integration-test-v1.yml index af2eff3f..85fb2e83 100644 --- a/.github/workflows/reusable-integration-test-v1.yml +++ b/.github/workflows/reusable-integration-test-v1.yml @@ -98,7 +98,7 @@ jobs: # set up buildx/BuildKit runner in the context, # make the Docker cache exportable and thus properly cacheable - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 # Ensure clean state - name: Run Godwoken-Kicker clean