dependabot[bot]
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with
16 additions and
16 deletions
-
.github/workflows/build-docs.yml
-
.github/workflows/contributors.yml
-
.github/workflows/deploy-docs.yml
-
.github/workflows/label-approved.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
|
|
@ -49,7 +49,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.11" |
|
|
|
- name: Setup uv |
|
|
@ -91,7 +91,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.11" |
|
|
|
- name: Setup uv |
|
|
|
|
|
@ -26,7 +26,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.11" |
|
|
|
- name: Setup uv |
|
|
|
|
|
@ -25,7 +25,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.11" |
|
|
|
- name: Setup uv |
|
|
|
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.11" |
|
|
|
- name: Setup uv |
|
|
|
|
|
@ -30,7 +30,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.11" |
|
|
|
- name: Setup uv |
|
|
|
|
|
@ -26,7 +26,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.11" |
|
|
|
- name: Setup uv |
|
|
|
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.10" |
|
|
|
# Issue ref: https://github.com/actions/setup-python/issues/436 |
|
|
|
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
- uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: '3.9' |
|
|
|
- name: Setup uv |
|
|
|
|
|
@ -26,7 +26,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.11" |
|
|
|
- name: Setup uv |
|
|
|
|
|
@ -24,7 +24,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.10" |
|
|
|
- name: Install build dependencies |
|
|
|
|
|
@ -25,7 +25,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.11" |
|
|
|
- name: Setup uv |
|
|
@ -63,7 +63,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
- name: Setup uv |
|
|
@ -108,7 +108,7 @@ jobs: |
|
|
|
GITHUB_CONTEXT: ${{ toJson(github) }} |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
- uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: '3.8' |
|
|
|
- name: Setup uv |
|
|
|
|
|
@ -21,7 +21,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.11" |
|
|
|
- name: Setup uv |
|
|
|
|
|
@ -44,7 +44,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v5 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v5 |
|
|
|
uses: actions/setup-python@v6 |
|
|
|
with: |
|
|
|
python-version: "3.11" |
|
|
|
- name: Setup uv |
|
|
|