mirror of https://github.com/databricks/cli.git
Update actions/setup-python to v5 (#1290)
## Changes This addresses a Node 16 deprecation warning in our GHA output.
This commit is contained in:
parent
e22dd8af7d
commit
c49c8cc04c
|
@ -36,7 +36,7 @@ jobs:
|
|||
go-version: 1.21.x
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9'
|
||||
|
||||
|
|
Loading…
Reference in New Issue