Skip to content

Commit 50d98f0

Browse files
Merge pull request #38 from SomethingGeneric/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents eca97d0 + 1dee3b3 commit 50d98f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.14'
2222

@@ -44,7 +44,7 @@ jobs:
4444
ref: ${{ github.head_ref || github.ref }}
4545

4646
- name: Set up Python
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: '3.14'
5050

0 commit comments

Comments
 (0)