Skip to content

Commit f8f5307

Browse files
chore(deps): update actions/setup-python action to v5
1 parent 587bdef commit f8f5307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chart-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: 'asdf:install'
3434
uses: asdf-vm/actions/[email protected]
3535

36-
- uses: actions/setup-python@v4
36+
- uses: actions/setup-python@v5
3737
with:
3838
python-version: 3.13.2
3939

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020

21-
- uses: actions/setup-python@v4
21+
- uses: actions/setup-python@v5
2222

2323
- name: 'asdf:install'
2424
uses: asdf-vm/actions/[email protected]

0 commit comments

Comments
 (0)