Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
update action to use newer version of python (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Feb 28, 2024
1 parent 710873b commit e0c9ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e0c9ccd

Please sign in to comment.