From 59520dbc38fe480d47d7b530e5349e4a01567986 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 26 Feb 2024 12:50:11 -0800 Subject: [PATCH] specify action version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4c6bcea..633d7368 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,7 +116,7 @@ jobs: - name: "Build `dbt-tests-adapter`" if: ${{ inputs.package == 'dbt-tests-adapter' }} - uses: ./.github/actions/build-hatch@bumpVersion + uses: dbt-labs/dbt-adapters/.github/actions/build-hatch@bumpVersion with: changelog-path: ${{ needs.bump-version-generate-changelog.outputs.changelog_path }} working-dir: "./dbt-tests-adapter/"