Skip to content

Commit 6b670a0

Browse files
authored
[chore] Bump actions/setup-python from 5 to 6 (#2044)
1 parent af0c5af commit 6b670a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v5
1818
- name: Setup Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.10"
2222
- name: Run pre-commit

.github/workflows/update_chart_dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Set up Python
8989
if: ${{ steps.check_for_crd_update.outputs.CRDS_NEED_UPDATE == 1 }}
90-
uses: actions/setup-python@v5
90+
uses: actions/setup-python@v6
9191
with:
9292
python-version: '3.11'
9393

0 commit comments

Comments
 (0)