From 034ae5039c5ad598c1e7d63da516ec42ee96fd3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:31:22 +0000 Subject: [PATCH] Update all --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 724e8e1..57bb37d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - run: | mkdir .jekyll-cache _site docker-compose up --exit-code-from jekyll diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2fd522d..8390b22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - name: Install dependencies run: sudo apt-get -q update && sudo apt-get install -y --no-install-recommends brotli zopfli - name: Build diff --git a/docker-compose.yml b/docker-compose.yml index 96b6bfa..f1e9f5b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: - ./_site:/usr/share/nginx/html # Gotenberg receives requests on port 3000 gotenberg: - image: 'gotenberg/gotenberg:7.8.2' + image: 'gotenberg/gotenberg:8.34.0' environment: # Disable Open Office conversion DISABLE_UNOCONV: 1