Skip to content

Commit a4074aa

Browse files
committed
Merge branch 'master' into merge-master
2 parents 7171fae + c2cf62f commit a4074aa

14 files changed

+328
-321
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
language: ["python"]
2727
steps:
2828
- name: "Checkout repository"
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: "Initialize CodeQL"
3131
uses: github/codeql-action/init@v3
3232
with:

.github/workflows/docs-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: "Checkout Repository"
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
- name: "Setup Python"
4141
uses: actions/setup-python@v5
4242
with:

.github/workflows/docs-localization-download.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pr_id: ${{ steps.convert_outputs.outputs.pr_id }}
1616
steps:
1717
- name: "Checkout Repository"
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: "Setup Python"
2020
uses: actions/setup-python@v5
2121
with:
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: ./docs
4242
- name: "Crowdin"
4343
id: crowdin
44-
uses: crowdin/github-action@v2.7.1
44+
uses: crowdin/github-action@v2.10.0
4545
with:
4646
upload_sources: false
4747
upload_translations: false
@@ -75,7 +75,7 @@ jobs:
7575
environment: translations
7676
steps:
7777
- name: "Checkout Repository"
78-
uses: actions/checkout@v4
78+
uses: actions/checkout@v5
7979
- name: "Refresh Pull"
8080
run: |
8181
git fetch --all

.github/workflows/docs-localization-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
environment: translations
2121
steps:
2222
- name: "Checkout Repository"
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: "Setup Python"
2525
uses: actions/setup-python@v5
2626
with:
@@ -45,7 +45,7 @@ jobs:
4545
sphinx-intl update -p ./build/locales ${{ vars.SPHINX_LANGUAGES }}
4646
working-directory: ./docs
4747
- name: "Crowdin"
48-
uses: crowdin/github-action@v2.7.1
48+
uses: crowdin/github-action@v2.10.0
4949
with:
5050
upload_sources: true
5151
upload_translations: false

.github/workflows/lib-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: "Checkout Repository"
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
- name: "Setup Python"
3737
uses: actions/setup-python@v5
3838
with:
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: "Checkout Repository"
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
- name: "Setup Python"
5656
uses: actions/setup-python@v5
5757
with:
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: "Checkout Repository"
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575
- name: "Setup Python"
7676
uses: actions/setup-python@v5
7777
with:

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: "Check Semantic Pull Request"
28-
uses: amannn/action-semantic-pull-request@v5.5.3
28+
uses: amannn/action-semantic-pull-request@v6.1.1
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: "Checkout Repository"
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737
fetch-tags: true
@@ -66,7 +66,7 @@ jobs:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
steps:
6868
- name: "Checkout Repository"
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070
with:
7171
fetch-depth: 0
7272
fetch-tags: true
@@ -172,7 +172,7 @@ jobs:
172172
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173173
steps:
174174
- name: "Checkout Repository"
175-
uses: actions/checkout@v4
175+
uses: actions/checkout@v5
176176
with:
177177
fetch-depth: 0
178178
fetch-tags: true

.github/workflows/sync-guild-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: "Checkout Repository"
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0 # Fetch all history for all branches
2323
- name: "Setup Python"

.github/workflows/todo-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: "Checkout Repository"
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: "Track TODO Action"
26-
uses: ribtoks/[email protected].14-beta
26+
uses: ribtoks/[email protected].15-beta
2727
with:
2828
TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)