diff --git a/.github/workflows/ci_dbt_core_testing.yml b/.github/workflows/ci_dbt_core_testing.yml index 37255625..967b4b34 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@v3 - name: "Set up Python 3.11" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11"