Skip to content

Commit

Permalink
Merge pull request #426 from tatuylonen/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
2 parents ed8804d + afadb0d commit 949de93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down

0 comments on commit 949de93

Please sign in to comment.