Skip to content

Commit 69efa1d

Browse files
chore(deps): update actions/setup-python action to v7
1 parent c0f2967 commit 69efa1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: v4.2.3
1818

1919
#Python is required because ct lint runs Yamale and yamllint which require Python.
20-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
20+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2121
with:
2222
python-version: '3.14'
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@v6
124+
uses: actions/setup-python@v7
125125
with:
126126
python-version: 3.x
127127
cache: pip

0 commit comments

Comments
 (0)