Skip to content

Commit 1c54294

Browse files
authored
Merge pull request #25 from Kode-Rex/dependabot/github_actions/actions/setup-python-6
ci(deps): bump actions/setup-python from 5 to 6
2 parents 563c47f + 7e720bc commit 1c54294

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: ${{ env.PYTHON_VERSION }}
2828
cache: 'pip'
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: Set up Python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v6
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
cache: 'pip'
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@v4
9090

9191
- name: Set up Python
92-
uses: actions/setup-python@v5
92+
uses: actions/setup-python@v6
9393
with:
9494
python-version: ${{ env.PYTHON_VERSION }}
9595
cache: 'pip'
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/checkout@v4
121121

122122
- name: Set up Python
123-
uses: actions/setup-python@v5
123+
uses: actions/setup-python@v6
124124
with:
125125
python-version: ${{ env.PYTHON_VERSION }}
126126
cache: 'pip'
@@ -149,7 +149,7 @@ jobs:
149149
uses: actions/checkout@v4
150150

151151
- name: Set up Python
152-
uses: actions/setup-python@v5
152+
uses: actions/setup-python@v6
153153
with:
154154
python-version: ${{ env.PYTHON_VERSION }}
155155
cache: 'pip'

.github/workflows/docker_mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.11'
2929

0 commit comments

Comments
 (0)