Skip to content

Commit d83fd9e

Browse files
authored
Merge pull request #38 from OpenAPITools/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents e1326c6 + 7f4223e commit d83fd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: true
1515
steps:
1616
- uses: actions/checkout@v5
17-
- uses: actions/setup-python@v5
17+
- uses: actions/setup-python@v6
1818
with:
1919
python-version: 3.x
2020
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)