Skip to content

Commit 062dc43

Browse files
Bump actions/setup-python from 5 to 6 (#11)
1 parent 82d4b68 commit 062dc43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: ngine_io.vernemq
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

@@ -51,7 +51,7 @@ jobs:
5151
path: ngine_io.vernemq
5252

5353
- name: Set up Python 3.
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version: "3.x"
5757

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: ngine_io.vernemq
2323

2424
- name: Set up Python 3.
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: 3.x
2828

0 commit comments

Comments
 (0)