Skip to content

Commit f9a7cd5

Browse files
Update actions/setup-python action to v6.3.0
1 parent 7c4c215 commit f9a7cd5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
2828
with:
2929
version: v4.2.0
30-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
30+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3131
with:
3232
python-version: 3.14
3333
- name: Set up chart-testing
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5959
with:
6060
fetch-depth: 0
61-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
61+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6262
with:
6363
python-version: 3.14
6464
- name: Set up chart-testing
@@ -160,7 +160,7 @@ jobs:
160160
version: ${{ matrix.versions.kind }}
161161
node_image: kindest/node:${{ matrix.versions.k8s}}
162162
config: .github/kind_config.yaml
163-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
163+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
164164
with:
165165
python-version: 3.14
166166
- name: Set up chart-testing

0 commit comments

Comments
 (0)