From 85a5ea1b37a0208cefae27937b59dc10155c8f7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:05:13 +0000 Subject: [PATCH 01/24] feat(Dependencies): Update dependency mkdocs-glightbox to v0.3.7 | datasource | package | from | to | | ---------- | ---------------- | ----- | ----- | | pypi | mkdocs-glightbox | 0.3.6 | 0.3.7 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e14f849..f8d4547 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ mkdocs==1.5.3 mkdocs-material==9.5.5 -mkdocs-glightbox==0.3.6 +mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments pymdown-extensions From b1286b72d4eb7481e108663a0ee2de5127c6341c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 09:23:59 +0000 Subject: [PATCH 02/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.6 | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | pypi | mkdocs-material | 9.5.5 | 9.5.6 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f8d4547..5c9a17c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.5 +mkdocs-material==9.5.6 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From cac13150cd527c662de7e57be542c09cb8773716 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 04:50:14 +0000 Subject: [PATCH 03/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.7 | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | pypi | mkdocs-material | 9.5.6 | 9.5.7 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5c9a17c..9341bf3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.6 +mkdocs-material==9.5.7 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From 7045f6c9dc211c56c9f7a2e63dbcf82d083b3d0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 03:57:46 +0000 Subject: [PATCH 04/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.8 | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | pypi | mkdocs-material | 9.5.7 | 9.5.8 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9341bf3..790a24d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.7 +mkdocs-material==9.5.8 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From 7e76a61f73cb59a5cedd95aea45b77180663eb9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:59:51 +0000 Subject: [PATCH 05/24] feat(Dependencies): Update Wandalen/wretry.action action to v1.4.4 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | Wandalen/wretry.action | v1.3.0 | v1.4.4 | --- .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 cf1d48a..b5e054c 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v4.1.1 - name: Build with retry - uses: Wandalen/wretry.action@v1.3.0 + uses: Wandalen/wretry.action@v1.4.4 with: command: docker build --no-cache . attempt_limit: 3 From b0b242ca3dc85bf8236fca19cd9ea34fde316fb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 07:38:06 +0000 Subject: [PATCH 06/24] feat(Dependencies): Update python Docker tag to v3.12.2 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.12.1 | 3.12.2 | --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 391cd85..8dda10d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.1 +FROM python:3.12.2 ENV WEBHOOK_URL_PREFIX="wiki/hooks" RUN apt update RUN apt install -y unzip apache2 build-essential python3-dev python3-pip python3-setuptools python3-wheel python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info git From 8252f87326a3ef536f43fc8b97881ac5caaf90e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 09:39:10 +0000 Subject: [PATCH 07/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.9 | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | pypi | mkdocs-material | 9.5.8 | 9.5.9 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 790a24d..833acbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.8 +mkdocs-material==9.5.9 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From 5e6473f58731905463fcc02951cf0243ec547c89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:18:11 +0000 Subject: [PATCH 08/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.10 | datasource | package | from | to | | ---------- | --------------- | ----- | ------ | | pypi | mkdocs-material | 9.5.9 | 9.5.10 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 833acbf..04d7c7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.9 +mkdocs-material==9.5.10 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From 06265a3acf925c351b01c71e75402ca16801cee7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:50:29 +0000 Subject: [PATCH 09/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.11 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.10 | 9.5.11 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 04d7c7c..d469ebb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.10 +mkdocs-material==9.5.11 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From 06976e55933f76c0e420280b264c8058194e7d44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:50:39 +0000 Subject: [PATCH 10/24] feat(Dependencies): Update Wandalen/wretry.action action to v1.4.5 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | Wandalen/wretry.action | v1.4.4 | v1.4.5 | --- .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 b5e054c..4c8cbd7 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v4.1.1 - name: Build with retry - uses: Wandalen/wretry.action@v1.4.4 + uses: Wandalen/wretry.action@v1.4.5 with: command: docker build --no-cache . attempt_limit: 3 From ec463369b0d2c38a6cc04a7f11f21d535d28540e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 04:24:14 +0000 Subject: [PATCH 11/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.12 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.11 | 9.5.12 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d469ebb..863b4df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.11 +mkdocs-material==9.5.12 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From 61bd515a0b9b4739d9182adeefdc367b95051e5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 08:55:37 +0000 Subject: [PATCH 12/24] feat(Dependencies): Update Wandalen/wretry.action action to v1.4.7 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | Wandalen/wretry.action | v1.4.5 | v1.4.7 | --- .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 4c8cbd7..32badb5 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v4.1.1 - name: Build with retry - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: docker build --no-cache . attempt_limit: 3 From 2a1b9f2a0e70b5f7abf83869439a8ecfe49739cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:35:40 +0000 Subject: [PATCH 13/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.13 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.12 | 9.5.13 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 863b4df..8b30b03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.12 +mkdocs-material==9.5.13 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From 01a56e8db361c1faf525fe351b7d1e2482819d72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:00:17 +0000 Subject: [PATCH 14/24] feat(Dependencies): Update Wandalen/wretry.action action to v1.4.8 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | Wandalen/wretry.action | v1.4.7 | v1.4.8 | --- .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 32badb5..f503188 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v4.1.1 - name: Build with retry - uses: Wandalen/wretry.action@v1.4.7 + uses: Wandalen/wretry.action@v1.4.8 with: command: docker build --no-cache . attempt_limit: 3 From 314bc2ff647a119da66eaf6e820d9da24b1d54c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:21:26 +0000 Subject: [PATCH 15/24] feat(Dependencies): Update Wandalen/wretry.action action to v1.4.9 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | Wandalen/wretry.action | v1.4.8 | v1.4.9 | --- .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 f503188..d8b1d9b 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v4.1.1 - name: Build with retry - uses: Wandalen/wretry.action@v1.4.8 + uses: Wandalen/wretry.action@v1.4.9 with: command: docker build --no-cache . attempt_limit: 3 From c964e1e526e49a799ff451122669d271711e972e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:16:35 +0000 Subject: [PATCH 16/24] feat(Dependencies): Update Wandalen/wretry.action action to v1.4.10 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------- | | github-tags | Wandalen/wretry.action | v1.4.9 | v1.4.10 | --- .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 d8b1d9b..1133496 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v4.1.1 - name: Build with retry - uses: Wandalen/wretry.action@v1.4.9 + uses: Wandalen/wretry.action@v1.4.10 with: command: docker build --no-cache . attempt_limit: 3 From 6f5ec047c9819134c74218cb55e98fe70aa0e9d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:35:09 +0000 Subject: [PATCH 17/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.14 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.13 | 9.5.14 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b30b03..074fe7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.13 +mkdocs-material==9.5.14 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From 7f870e747ace9341942402d115892e78142fa529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 08:00:21 +0000 Subject: [PATCH 18/24] feat(Dependencies): Update Wandalen/wretry.action action to v2 | datasource | package | from | to | | ----------- | ---------------------- | ------- | ------ | | github-tags | Wandalen/wretry.action | v1.4.10 | v2.0.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 1133496..65bb1a9 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v4.1.1 - name: Build with retry - uses: Wandalen/wretry.action@v1.4.10 + uses: Wandalen/wretry.action@v2.0.0 with: command: docker build --no-cache . attempt_limit: 3 From 4d1c2a22031990e40fc8bf3c906d4aa8bae2ae2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 07:57:00 +0000 Subject: [PATCH 19/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.15 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.14 | 9.5.15 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 074fe7b..28d072a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.14 +mkdocs-material==9.5.15 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From 63f644c0ac6dd03e29c5ab3fe2f021fb40c56ded Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:09:36 +0000 Subject: [PATCH 20/24] feat(Dependencies): Update Wandalen/wretry.action action to v2.1.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | Wandalen/wretry.action | v2.0.0 | v2.1.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 65bb1a9..34f11a0 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v4.1.1 - name: Build with retry - uses: Wandalen/wretry.action@v2.0.0 + uses: Wandalen/wretry.action@v2.1.0 with: command: docker build --no-cache . attempt_limit: 3 From d8db35a8002117f37bb39c1d8a0bc8888f27d4fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 10:39:59 +0000 Subject: [PATCH 21/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.16 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.15 | 9.5.16 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28d072a..c1f558a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.15 +mkdocs-material==9.5.16 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From 965e46e585e8ee984a45e1349b1804026b90a21b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:48:44 +0000 Subject: [PATCH 22/24] feat(Dependencies): Update Wandalen/wretry.action action to v3 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | Wandalen/wretry.action | v2.1.0 | v3.0.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 34f11a0..c81cbfe 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v4.1.1 - name: Build with retry - uses: Wandalen/wretry.action@v2.1.0 + uses: Wandalen/wretry.action@v3.0.0 with: command: docker build --no-cache . attempt_limit: 3 From 02fd79eaf62da73bbd145a25869d36abe761ab4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 06:06:09 +0000 Subject: [PATCH 23/24] feat(Dependencies): Update dependency mkdocs-material to v9.5.17 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.16 | 9.5.17 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c1f558a..d073330 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs==1.5.3 -mkdocs-material==9.5.16 +mkdocs-material==9.5.17 mkdocs-glightbox==0.3.7 mkdocs-htmlproofer-plugin pygments From 0bffc5ec4de9a28ec6e76a79225f5a3246a2ac1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:28:28 +0000 Subject: [PATCH 24/24] feat(Dependencies): Update Wandalen/wretry.action action to v3.0.1 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | Wandalen/wretry.action | v3.0.0 | v3.0.1 | --- .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 c81cbfe..b7ab98c 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - uses: actions/checkout@v4.1.1 - name: Build with retry - uses: Wandalen/wretry.action@v3.0.0 + uses: Wandalen/wretry.action@v3.0.1 with: command: docker build --no-cache . attempt_limit: 3