Skip to content

Commit 3c95103

Browse files
committed
Merge branch '3.13.x' into 4.0.x
2 parents 2aa2ddc + ab98cb8 commit 3c95103

6 files changed

Lines changed: 48 additions & 48 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
cat bench.txt >> $GITHUB_ENV
7979
echo 'EOF' >> $GITHUB_ENV
8080
81-
- uses: actions/github-script@v7
81+
- uses: actions/github-script@v8
8282
if: ${{ success() || (failure() && steps.bench.conclusion == 'failure') }}
8383
with:
8484
script: |

.github/workflows/docs-build-try.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.x"
2222

.github/workflows/docs-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.x"
2424

@@ -39,14 +39,14 @@ jobs:
3939

4040
- name: Normalize current versions
4141
id: current
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
with:
4444
script: return context.ref.match(/([0-9]+\.[0-9]+)\.(x|[0-9]+)/i)[1];
4545
result-encoding: string
4646

4747
- name: Normalize latest versions
4848
id: latest
49-
uses: actions/github-script@v7
49+
uses: actions/github-script@v8
5050
with:
5151
script: return "${{steps.latest_release.outputs.release}}".match(/([0-9]+\.[0-9]+)\.[0-9]+/i)[1];
5252
result-encoding: string

composer.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mkdocs==1.6.1
22
mike==2.1.3
3-
markdown==3.8.2
3+
markdown==3.9
44
mkdocs-material==9.6.18
55

66
# Markdown extensions

tools/composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)