diff --git a/.github/workflows/ci_dbt_core_testing.yml b/.github/workflows/ci_dbt_core_testing.yml index d085f221..5ee8fb31 100644 --- a/.github/workflows/ci_dbt_core_testing.yml +++ b/.github/workflows/ci_dbt_core_testing.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: "Set up Python 3.11" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11"