Skip to content

Commit 05f805b

Browse files
committed
chore(deps): update actions/setup-python action to v6
1 parent 56c5499 commit 05f805b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/bump-chart-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ inputs.ref || 'main' }}
2626

2727
- name: Setup Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: '3.14'
3131

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
echo "version=$VERSION" >> $GITHUB_OUTPUT
8989
9090
- name: Setup Python
91-
uses: actions/setup-python@v5
91+
uses: actions/setup-python@v6
9292
with:
9393
python-version: '3.14'
9494

.github/workflows/promote-clean-semver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "clean_version_tag=$CLEAN_VERSION_TAG" >> $GITHUB_OUTPUT
7070
7171
- name: Setup Python
72-
uses: actions/setup-python@v5
72+
uses: actions/setup-python@v6
7373
with:
7474
python-version: '3.14'
7575

.github/workflows/publish-pre-and-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "clean_version=$CLEAN_VERSION" >> $GITHUB_OUTPUT
5858
5959
- name: Setup Python
60-
uses: actions/setup-python@v5
60+
uses: actions/setup-python@v6
6161
with:
6262
python-version: '3.14'
6363

0 commit comments

Comments
 (0)