Skip to content

Commit 6640da8

Browse files
committed
ci: actions/setup-python@v4
1 parent dc67c34 commit 6640da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: "ngine_io.vultr_cloud"
2424

2525
- name: Set up Python 3.
26-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@v4
2727
with:
2828
python-version: "3.x"
2929

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
path: "ngine_io.vultr_cloud"
2020

2121
- name: Set up Python 3.
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: "3.x"
2525

0 commit comments

Comments
 (0)