From cefadf98bceed547dae81d4b0b7e13033a2b1652 Mon Sep 17 00:00:00 2001 From: Bruno Antonellini Date: Mon, 12 Feb 2024 15:31:05 -0300 Subject: [PATCH] Test new checkpoint action --- .github/workflows/run_dbt_checkpoint_action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_dbt_checkpoint_action.yml b/.github/workflows/run_dbt_checkpoint_action.yml index d781ae10..020cf859 100644 --- a/.github/workflows/run_dbt_checkpoint_action.yml +++ b/.github/workflows/run_dbt_checkpoint_action.yml @@ -27,6 +27,8 @@ jobs: shell: bash - name: Run dbt checkpoint - uses: pre-commit/action@v3.0.1 + uses: dbt-checkpoint/action@v0.1 with: + dbt_version: 1.6.3 + dbt_adapter: dbt-snowflake extra_args: --files ${{ steps.get_file_changes.outputs.files}}