Skip to content

Commit a457c15

Browse files
Merge pull request #352 from oauth2-proxy/renovate/major-all-major-updates
chore(deps): update actions/setup-python action to v6
2 parents 0bc7a1f + f3a8f26 commit a457c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
1515
# yamllint (https://github.com/adrienverge/yamllint) which requires Python
1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.13'
2020
check-latest: true

0 commit comments

Comments
 (0)