Skip to content

Commit

Permalink
Switch to actions/setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
yukawa committed Feb 4, 2024
1 parent e806731 commit 0aa77b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: 'recursive'

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: 'pip'
# TODO: Switch back to '3.9' after https://github.com/actions/setup-python/issues/808
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
submodules: 'recursive'

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: 'pip'
# TODO: Switch back to '3.9' after https://github.com/actions/setup-python/issues/808
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
submodules: 'recursive'

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: 'pip'
# TODO: Switch back to '3.9' after https://github.com/actions/setup-python/issues/808
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
submodules: 'recursive'

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: 'pip'
# TODO: Switch back to '3.9' after https://github.com/actions/setup-python/issues/808
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
# TODO: Switch back to '3.9' after https://github.com/actions/setup-python/issues/808
python-version: '3.10'
Expand Down

0 comments on commit 0aa77b3

Please sign in to comment.