diff --git a/.github/workflows/release_prep_hatch.yml b/.github/workflows/release_prep_hatch.yml index 5563209d..c556dda0 100644 --- a/.github/workflows/release_prep_hatch.yml +++ b/.github/workflows/release_prep_hatch.yml @@ -337,7 +337,7 @@ jobs: ref: ${{ needs.release-branch.outputs.name }} - name: "Setup `hatch`" - uses: ./.github/actions/setup-hatch + uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main - name: "Run unit tests" run: hatch run unit-tests:all @@ -360,7 +360,7 @@ jobs: ref: ${{ needs.release-branch.outputs.name }} - name: "Set up `hatch`" - uses: ./.github/actions/setup-hatch + uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main - name: "Run integration tests" run: hatch run integration-tests:all