From d9846e38502527f3655835ae913fd106784459f9 Mon Sep 17 00:00:00 2001 From: jonhopper-dataengineers Date: Fri, 16 Feb 2024 09:47:36 +1300 Subject: [PATCH] updated github setup-python to use v5 --- setup/aws/action.yml | 2 +- setup/dbt/action.yml | 2 +- setup/schemachange/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/aws/action.yml b/setup/aws/action.yml index f5eba31..64a3445 100644 --- a/setup/aws/action.yml +++ b/setup/aws/action.yml @@ -18,7 +18,7 @@ runs: using: "composite" steps: - name: install Python - uses: "actions/setup-python@v4" + uses: "actions/setup-python@v5" with: python-version: '3.10' diff --git a/setup/dbt/action.yml b/setup/dbt/action.yml index 16f3527..599298a 100644 --- a/setup/dbt/action.yml +++ b/setup/dbt/action.yml @@ -10,7 +10,7 @@ runs: using: "composite" steps: - name: install Python - uses: "actions/setup-python@v4" + uses: "actions/setup-python@v5" with: python-version: '3.10' diff --git a/setup/schemachange/action.yml b/setup/schemachange/action.yml index dd83c2f..4eb5f97 100644 --- a/setup/schemachange/action.yml +++ b/setup/schemachange/action.yml @@ -10,7 +10,7 @@ runs: using: "composite" steps: - name: install Python - uses: "actions/setup-python@v4" + uses: "actions/setup-python@v5" with: python-version: 3.8