From 8756ddcac97c6fe3932dc304b59ad7755f65c93e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 07:16:12 +0000 Subject: [PATCH 1/2] feat(Dependencies): Update actions/checkout action to v3.5.0 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.4.0 | v3.5.0 | --- .github/workflows/build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 8feb51d..6df810c 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 - name: Build with retry uses: Wandalen/wretry.action@v1.0.11 with: From 2e8a0b726a2fdd92029a62cda1d6b2f353d1744c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 15:02:27 +0000 Subject: [PATCH 2/2] feat(Dependencies): Update dependency mkdocs-material to v9.1.4 | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | pypi | mkdocs-material | 9.1.3 | 9.1.4 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ea17db..45ea63a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.4.2 -mkdocs-material==9.1.3 +mkdocs-material==9.1.4 mkdocs-glightbox==0.3.2 mkdocs-htmlproofer-plugin pygments