From 422b6eb407fd4f39a97f0c13db680168a2c47fcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 02:34:56 +0000 Subject: [PATCH] build(deps): update all non-major dependencies --- .github/workflows/ci.yaml | 2 +- rclone_backup/Dockerfile | 2 +- rclone_backup/build.yaml | 10 +++++----- rclone_backup/scheduler/go.mod | 2 +- rclone_backup/scheduler/go.sum | 2 ++ 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae013c2..d8913bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v4 - name: 🚀 Run Add-on Lint - uses: frenck/action-addon-linter@v2.15.1 + uses: frenck/action-addon-linter@v2.16.0 with: community: false path: "./${{ needs.information.outputs.target }}" diff --git a/rclone_backup/Dockerfile b/rclone_backup/Dockerfile index 202aa8b..2efc639 100644 --- a/rclone_backup/Dockerfile +++ b/rclone_backup/Dockerfile @@ -38,7 +38,7 @@ ARG BUILD_VERSION ENV LANG C.UTF-8 # renovate: datasource=github-releases depName=rclone packageName=rclone/rclone -ENV RCLONE_INSTALLED_VERSION=1.67.0 +ENV RCLONE_INSTALLED_VERSION=1.68.1 # renovate: datasource=github-releases depName=rclone-webui packageName=rclone/rclone-webui-react ENV RCLONE_WEBUI_INSTALLED_VERSION=2.0.5 diff --git a/rclone_backup/build.yaml b/rclone_backup/build.yaml index e58c8fe..f952976 100644 --- a/rclone_backup/build.yaml +++ b/rclone_backup/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base-python/aarch64:14.0.1 - amd64: ghcr.io/hassio-addons/base-python/amd64:14.0.1 - armhf: ghcr.io/hassio-addons/base-python/armhf:14.0.1 - armv7: ghcr.io/hassio-addons/base-python/armv7:14.0.1 - i386: ghcr.io/hassio-addons/base-python/i386:14.0.1 + aarch64: ghcr.io/hassio-addons/base-python/aarch64:14.0.3 + amd64: ghcr.io/hassio-addons/base-python/amd64:14.0.3 + armhf: ghcr.io/hassio-addons/base-python/armhf:14.0.3 + armv7: ghcr.io/hassio-addons/base-python/armv7:14.0.3 + i386: ghcr.io/hassio-addons/base-python/i386:14.0.3 diff --git a/rclone_backup/scheduler/go.mod b/rclone_backup/scheduler/go.mod index c95093d..6188f37 100644 --- a/rclone_backup/scheduler/go.mod +++ b/rclone_backup/scheduler/go.mod @@ -3,7 +3,7 @@ module scheduler go 1.22 require ( - github.com/go-co-op/gocron/v2 v2.11.0 + github.com/go-co-op/gocron/v2 v2.12.1 github.com/gosimple/slug v1.14.0 github.com/jcwillox/emerald v0.3.3 gopkg.in/yaml.v3 v3.0.1 diff --git a/rclone_backup/scheduler/go.sum b/rclone_backup/scheduler/go.sum index dbd1cbe..915974f 100644 --- a/rclone_backup/scheduler/go.sum +++ b/rclone_backup/scheduler/go.sum @@ -9,6 +9,8 @@ github.com/go-co-op/gocron/v2 v2.7.1 h1:HNHT5WERT4LVzMIqcaQIVrMpNpL6ROK8DiSnATLD github.com/go-co-op/gocron/v2 v2.7.1/go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w= github.com/go-co-op/gocron/v2 v2.11.0 h1:IOowNA6SzwdRFnD4/Ol3Kj6G2xKfsoiiGq2Jhhm9bvE= github.com/go-co-op/gocron/v2 v2.11.0/go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w= +github.com/go-co-op/gocron/v2 v2.12.1 h1:dCIIBFbzhWKdgXeEifBjHPzgQ1hoWhjS4289Hjjy1uw= +github.com/go-co-op/gocron/v2 v2.12.1/go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/gosimple/slug v1.14.0 h1:RtTL/71mJNDfpUbCOmnf/XFkzKRtD6wL6Uy+3akm4Es=