From af1681b4af9e4dc686bf7b21c6d37a5b0b795c26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 17:43:35 +0000 Subject: [PATCH] chore(deps): update dependency github-actions-runner to v2.331.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 495e294..4f71c42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:22.04@sha256:104ae83764a5119017b8e8d6218fa0832b09df65aae7d5a6de29a85d813da2fb # renovate: datasource=github-releases depName=github-actions-runner packageName=actions/runner -ENV RUNNER_VERSION=2.330.0 +ENV RUNNER_VERSION=2.331.0 ARG DEBIAN_FRONTEND=noninteractive