Skip to content

Commit 90b5d49

Browse files
chore(deps): update actions/setup-python action to v6
1 parent ac44c58 commit 90b5d49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: v3.14.4
1818

1919
#Python is required because ct lint runs Yamale and yamllint which require Python.
20-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
20+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2121
with:
2222
python-version: '3.13'
2323

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
fetch-depth: 0
122122

123123
- name: Set up Python
124-
uses: actions/setup-python@v5
124+
uses: actions/setup-python@v6
125125
with:
126126
python-version: 3.x
127127
cache: pip

0 commit comments

Comments
 (0)