Skip to content

Commit

Permalink
Merge pull request #20 from golles/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
golles authored Dec 11, 2023
2 parents d20a757 + c68d8ff commit cabca5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4

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

Expand All @@ -44,7 +44,7 @@ jobs:
# uses: actions/checkout@v4

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

Expand Down

0 comments on commit cabca5e

Please sign in to comment.