dependabot[bot]
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with
18 additions and
18 deletions
-
.github/workflows/build-docs.yml
-
.github/workflows/contributors.yml
-
.github/workflows/deploy-docs.yml
-
.github/workflows/label-approved.yml
-
.github/workflows/latest-changes.yml
-
.github/workflows/notify-translations.yml
-
.github/workflows/people.yml
-
.github/workflows/publish.yml
-
.github/workflows/smokeshow.yml
-
.github/workflows/sponsors.yml
-
.github/workflows/test-redistribute.yml
-
.github/workflows/test.yml
-
.github/workflows/topic-repos.yml
-
.github/workflows/translate.yml
|
|
@ -21,7 +21,7 @@ jobs: |
|
|
|
outputs: |
|
|
|
docs: ${{ steps.filter.outputs.docs }} |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
# For pull requests it's not necessary to checkout the code but for the main branch it is |
|
|
|
- uses: dorny/paths-filter@v3 |
|
|
|
id: filter |
|
|
@ -47,7 +47,7 @@ jobs: |
|
|
|
outputs: |
|
|
|
langs: ${{ steps.show-langs.outputs.langs }} |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
@ -89,7 +89,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
|
|
@ -24,7 +24,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
|
|
@ -23,7 +23,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
|
|
@ -20,7 +20,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
|
|
@ -24,7 +24,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
with: |
|
|
|
# To allow latest-changes to commit to the main branch |
|
|
|
token: ${{ secrets.FASTAPI_LATEST_CHANGES }} |
|
|
|
|
|
@ -28,7 +28,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
|
|
@ -24,7 +24,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
|
|
@ -20,7 +20,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
|
|
@ -21,7 +21,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
python-version: '3.9' |
|
|
|
|
|
@ -24,7 +24,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
|
|
@ -23,7 +23,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
@ -61,7 +61,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
@ -107,7 +107,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
python-version: '3.8' |
|
|
|
|
|
@ -19,7 +19,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
|
|
@ -42,7 +42,7 @@ jobs: |
|
|
|
env: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|