From 6683c32177c4e59a6974d6067d41cf865fe8b51a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 21:25:17 +0000 Subject: [PATCH] chore(deps): update ghcr.io/visualon/renovate docker tag to v39.83.3 | datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | docker | ghcr.io/visualon/renovate | 39.83.2 | 39.83.3 | --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c7e143..98efd61 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/visualon/renovate:39.83.2 + image: ghcr.io/visualon/renovate:39.83.3 # github hosted runners are running as `1001:127` (ubuntu:docker) options: -u 1001:0 --group-add 1001 --group-add 12021 --group-add 127