Skip to content

Commit 896d48a

Browse files
ci(deps): bump actions/setup-python from 5 to 6 (#33)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9585e33 commit 896d48a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-act.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Set up Python (GitHub Actions only)
3434
if: ${{ !env.ACT }}
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: ${{ env.PYTHON_VERSION }}
3838

@@ -98,7 +98,7 @@ jobs:
9898

9999
# Act-compatible Python and uv setup
100100
- name: Set up Python
101-
uses: actions/setup-python@v5
101+
uses: actions/setup-python@v6
102102
with:
103103
python-version: ${{ matrix.python-version }}
104104

@@ -135,7 +135,7 @@ jobs:
135135

136136
# Act-compatible Python and uv setup
137137
- name: Set up Python
138-
uses: actions/setup-python@v5
138+
uses: actions/setup-python@v6
139139
with:
140140
python-version: ${{ env.PYTHON_VERSION }}
141141

@@ -183,7 +183,7 @@ jobs:
183183

184184
# Act-compatible Python and uv setup
185185
- name: Set up Python
186-
uses: actions/setup-python@v5
186+
uses: actions/setup-python@v6
187187
with:
188188
python-version: ${{ env.PYTHON_VERSION }}
189189

0 commit comments

Comments
 (0)