Skip to content

Commit

Permalink
Merge pull request #26 from soldni/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5.0.0

Bump actions/setup-python from 4.7.0 to 5.0.0
  • Loading branch information
soldni authored Jan 23, 2024
2 parents aa7ad16 + 9027f5b commit f2e246c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit f2e246c

Please sign in to comment.