Skip to content

Commit

Permalink
Merge pull request #91 from randovania/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
henriquegemignani authored Dec 10, 2023
2 parents 52c8247 + f8eb9bd commit 8c24258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: 'recursive'

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

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
shell: bash

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

Expand Down

0 comments on commit 8c24258

Please sign in to comment.