Skip to content

Commit 852169c

Browse files
Bump actions/setup-python from 5 to 6 (#6)
1 parent 01f645d commit 852169c

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@v5
26+
uses: actions/setup-python@v6
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@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.x"
2525

0 commit comments

Comments
 (0)