Skip to content

Commit

Permalink
Merge pull request #81 from devon-mar/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
devon-mar authored Dec 24, 2023
2 parents 11f327c + d04ea53 commit 3aeb890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

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

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

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

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

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

Expand Down

0 comments on commit 3aeb890

Please sign in to comment.