From 33722227b098cdca804be121cf2ecb7feec608f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 20:04:23 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/tests.yml | 4 ++-- docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 81e12c0b..2a10faba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 @@ -98,7 +98,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 diff --git a/docker-compose.yml b/docker-compose.yml index 8b11af78..adcc3993 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,7 +40,7 @@ services: - ./.docker/redmine-60100_data/sqlite:/usr/src/redmine/sqlite redmine-6-0: - image: redmine:6.0.7 + image: redmine:6.1.0 ports: - "5060:3000" environment: @@ -53,7 +53,7 @@ services: - ./.docker/redmine-60007_data/sqlite:/usr/src/redmine/sqlite redmine-5-1: - image: redmine:5.1.10 + image: redmine:6.1.0 user: "1000:1000" ports: - "5051:3000"