diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index e097cc8671..b1d890797e 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -69,7 +69,7 @@ jobs: - name: Generate go test Slice id: test_split - uses: hashicorp-forge/go-test-split-action@v1 + uses: hashicorp-forge/go-test-split-action@v2 with: packages: ./integration total: ${{ matrix.parallel }}