Skip to content

Commit a058229

Browse files
chore(deps): update actions/setup-python digest to ece7cb0 (#452)
1 parent e06b5e9 commit a058229

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/test-charts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
version: v3.21.2
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
34+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3535
with:
3636
python-version: 3.14
3737

.github/workflows/bump-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
comment-id: ${{ github.event.comment.id }}
6060
reactions: eyes
6161

62-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
62+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
6363
if: steps.command.outputs.command-name == 'bump'
6464
with:
6565
python-version: 3.14

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
version: v3.21.2
3333

34-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
34+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3535
with:
3636
python-version: 3.14
3737

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
persist-credentials: false # Avoid token leakage to hooks
2929

30-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
30+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3131
with:
3232
python-version: 3.14
3333

.github/workflows/sync-lightspeed-configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cmd: yq --version
4444

4545
- name: Set up Python
46-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
46+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4747
with:
4848
python-version: 3.14
4949

0 commit comments

Comments
 (0)