From e0c9ccd6c60393c640e6294b808bfb928ba6554e Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:00:02 -0500 Subject: [PATCH] update action to use newer version of python (#367) --- .github/workflows/formula.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/formula.yml b/.github/workflows/formula.yml index d3fa3810..18c92382 100644 --- a/.github/workflows/formula.yml +++ b/.github/workflows/formula.yml @@ -78,7 +78,7 @@ jobs: - name: Get python package info id: package-info - uses: dbt-labs/actions/py-package-info@v1 + uses: dbt-labs/actions/py-package-info@main with: package: ${{ github.event.inputs.dbt-package }} version: ${{ steps.semver.outputs.version }}