Skip to content

Commit

Permalink
Merge pull request #429 from danielfernau/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-5.1.0
  • Loading branch information
dependabot[bot] authored Apr 21, 2024
2 parents c569188 + 39dc7a4 commit 286ae04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 286ae04

Please sign in to comment.