Skip to content

Commit 000d94f

Browse files
authored
Merge pull request #2 from ngine-io/dependabot/github_actions/actions/setup-python-6
2 parents 323115a + 4469c46 commit 000d94f

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.tailscale
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

@@ -49,7 +49,7 @@ jobs:
4949
path: ngine_io.tailscale
5050

5151
- name: Set up Python 3.
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: "3.x"
5555

.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.tailscale
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)