Skip to content

Commit

Permalink
ci: actions/setup-python@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Dec 18, 2022
1 parent dc67c34 commit 6640da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: "ngine_io.vultr_cloud"

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: "ngine_io.vultr_cloud"

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

Expand Down

0 comments on commit 6640da8

Please sign in to comment.