Skip to content

Commit

Permalink
Merge pull request #10 from yamatt/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/setup-python-5

Bump actions/setup-python from 2 to 5 in /.github/workflows
  • Loading branch information
yamatt authored Nov 7, 2024
2 parents 55350d9 + 916212d commit 57ef31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: tag
uses: dawidd6/action-get-tag@v1
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Publish to PyPI
Expand Down

0 comments on commit 57ef31f

Please sign in to comment.