Skip to content

Commit 52feaba

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents 649db51 + 738dd7d commit 52feaba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/checkout@v4
9999

100100
- name: Set up Python runtime
101-
uses: actions/setup-python@v4
101+
uses: actions/setup-python@v5
102102
with:
103103
python-version: ${{ env.PYTHON_VERSION }}
104104
cache: pip

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
src/templates/partials/languages
5050
5151
- name: Set up Python runtime
52-
uses: actions/setup-python@v4
52+
uses: actions/setup-python@v5
5353
with:
5454
python-version: ${{ env.PYTHON_VERSION }}
5555
cache: pip
@@ -109,7 +109,7 @@ jobs:
109109
path: site
110110

111111
- name: Deploy to GitHub Pages
112-
uses: actions/deploy-pages@v2
112+
uses: actions/deploy-pages@v3
113113

114114
- name: Save build cache
115115
uses: actions/cache/save@v3

docs/setup/setting-up-social-cards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ tags:
628628
twitter:image: "{{ image.url }}"
629629
```
630630

631-
Note that this examples makes use of [YAML anchors] to minify repetition. The
631+
Note that this example makes use of [YAML anchors] to minify repetition. The
632632
`definitions` property is solely intended for the definition on aliases that
633633
can then be referenced with anchors.
634634

0 commit comments

Comments
 (0)