From 3754b257735e3ae3ae5e73d464a6383e9a7bff50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 20:55:34 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/release.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 985b2e0..186f6fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: - name: Bump version and push tag id: github_tag_action - uses: anothrNick/github-tag-action@1.67.0 + uses: anothrNick/github-tag-action@1.75.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true diff --git a/Dockerfile b/Dockerfile index c010496..fb57cc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM thecatlady/webhook:2.8.1 +FROM thecatlady/webhook:2.8.2 WORKDIR /etc/webhook COPY assets /etc/webhook/assets ENV SHARED_DIR_PATH /etc/webhook/shared