From 9c7814dde1a26dcd05222b47e8ea17367a683ef2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:04:32 +0000 Subject: [PATCH] fix(docker-image): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.45.26 | datasource | package | from | to | | ---------- | ----------------------------------- | ------- | ------- | | docker | ghcr.io/dgtlmoon/changedetection.io | 0.45.24 | 0.45.26 | --- .github/workflows/docs-release.yaml | 2 +- nixos/modules/nixos/containers/changedetection/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-release.yaml b/.github/workflows/docs-release.yaml index bf453a12..efaf844c 100644 --- a/.github/workflows/docs-release.yaml +++ b/.github/workflows/docs-release.yaml @@ -22,7 +22,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} steps: - name: "Generate Short Lived OAuth App Token (ghs_*)" - uses: actions/create-github-app-token@v1.10.3 + uses: actions/create-github-app-token@v1.10.1 id: app-token with: app-id: "${{ secrets.TRUXNELL_APP_ID }}" diff --git a/nixos/modules/nixos/containers/changedetection/default.nix b/nixos/modules/nixos/containers/changedetection/default.nix index f36a8419..e33c6f7a 100644 --- a/nixos/modules/nixos/containers/changedetection/default.nix +++ b/nixos/modules/nixos/containers/changedetection/default.nix @@ -9,7 +9,7 @@ let app = "changedetection"; category = "services"; description = "Website monitoring"; - image = "ghcr.io/dgtlmoon/changedetection.io:0.45.24@sha256:2857e6d9390ed12cce71fd1812a12df180ef28ec535b26d03a711163dc83f398"; + image = "ghcr.io/dgtlmoon/changedetection.io:0.45.26@sha256:2d3a1f5bf75e2499730c9e1c3b6ce1f93948f309b5d51d3c1ff1882c1d1cbc5e"; user = "kah"; #string group = "kah"; #string port = 5000; #int