Skip to content

Commit

Permalink
Upgrade to actions/setup-python@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Oct 4, 2023
1 parent 4e6a046 commit 80970e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
path: databricks-cli-main

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4

- name: Install pip
run: pip install --upgrade pip
Expand Down

0 comments on commit 80970e0

Please sign in to comment.