Skip to content

Commit

Permalink
Merge pull request #60 from github/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-4

Bump actions/setup-python from 2 to 4
  • Loading branch information
zkoppert authored Dec 1, 2023
2 parents b4d416a + 460cc20 commit 58b821f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2

- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down

0 comments on commit 58b821f

Please sign in to comment.