Skip to content

Commit

Permalink
Merge pull request #27 from darbiadev/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-4

Bump actions/setup-python from 3 to 4
  • Loading branch information
shenanigansd authored Sep 20, 2022
2 parents 05a0536 + 0b2d6b0 commit 08e7b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@master

- name: Set up Python 3.x
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.x"

Expand Down

0 comments on commit 08e7b91

Please sign in to comment.