From 4ab3ecdecc66845525703baca51303fcd010991b Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 2 May 2024 13:41:19 -0400 Subject: [PATCH] fix action reference --- .github/workflows/release_prep_hatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_prep_hatch.yml b/.github/workflows/release_prep_hatch.yml index 7f38d2c3..5563209d 100644 --- a/.github/workflows/release_prep_hatch.yml +++ b/.github/workflows/release_prep_hatch.yml @@ -109,7 +109,7 @@ jobs: ref: ${{ inputs.branch }} - name: "Setup `hatch`" - uses: ./.github/actions/setup-hatch + uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main - name: "Parse input version" id: semver