Skip to content

Commit

Permalink
Merge pull request #315 from PyGotham/dependabot-github_actions-actio…
Browse files Browse the repository at this point in the history
…ns-setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
dirn authored Dec 11, 2023
2 parents c617b8e + f8a9970 commit 2dc811a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 1

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

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
fetch-depth: 1

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

Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
fetch-depth: 1

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

Expand Down

0 comments on commit 2dc811a

Please sign in to comment.