We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a7af5 commit c837011Copy full SHA for c837011
.github/workflows/ruff.yml
@@ -10,6 +10,6 @@ jobs:
10
ruff:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- run: pip install --user ruff
15
- run: ruff check --output-format=github --target-version=py38 .
.github/workflows/update-swagger.yml
@@ -8,7 +8,7 @@ jobs:
8
updateSwagger:
9
- name: Get Latest Swagger UI Release
id: swagger-ui
run: |
0 commit comments