diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 221570151de..ac7cb05defc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }} cache: pip diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ccdc5878f0c..d4ec765eb5a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -49,7 +49,7 @@ jobs: src/templates/partials/languages - name: Set up Python runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }} cache: pip @@ -109,7 +109,7 @@ jobs: path: site - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v3 - name: Save build cache uses: actions/cache/save@v3 diff --git a/docs/setup/setting-up-social-cards.md b/docs/setup/setting-up-social-cards.md index e33ef96bd60..6d9eaf2f956 100644 --- a/docs/setup/setting-up-social-cards.md +++ b/docs/setup/setting-up-social-cards.md @@ -628,7 +628,7 @@ tags: twitter:image: "{{ image.url }}" ``` -Note that this examples makes use of [YAML anchors] to minify repetition. The +Note that this example makes use of [YAML anchors] to minify repetition. The `definitions` property is solely intended for the definition on aliases that can then be referenced with anchors.