Skip to content

Commit

Permalink
go back to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed May 14, 2024
1 parent aa3e2dd commit 45f5bb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: "3.10"

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

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: "3.10"

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

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: "3.10"

Expand Down

0 comments on commit 45f5bb5

Please sign in to comment.