Skip to content

Commit

Permalink
Merge pull request #2 from jdickerson95/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5

ci(dependabot): bump actions/setup-python from 4 to 5
  • Loading branch information
jdickerson95 authored Nov 19, 2024
2 parents 8889da9 + ffffa1b commit 187000d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4

- name: 🐍 Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache-dependency-path: "pyproject.toml"
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
fetch-depth: 0

- name: 🐍 Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand Down

0 comments on commit 187000d

Please sign in to comment.