Skip to content

Commit

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

ci(dependabot): bump actions/setup-python from 4 to 5
  • Loading branch information
lorenzocerrone authored Aug 28, 2024
2 parents 3a4674b + 7410a46 commit f2bc1b7
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 @@ -111,7 +111,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 f2bc1b7

Please sign in to comment.