Skip to content

Commit

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

ci(dependabot): bump actions/setup-python from 4 to 5
  • Loading branch information
McHaillet authored Nov 7, 2024
2 parents cb55bda + 64b19c1 commit cde5a9d
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 cde5a9d

Please sign in to comment.