Skip to content

Commit

Permalink
Bump setup-python version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Jul 28, 2023
1 parent 49fb85d commit 571e685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.x"

Expand All @@ -84,7 +84,7 @@ jobs:
${{ runner.os }}-pip-
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.x"

Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.x"

Expand Down

0 comments on commit 571e685

Please sign in to comment.