From 7759ace883782aa88a7f035b18c8de95167219d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:53:31 +0000 Subject: [PATCH] chore(deps): update dependency github-actions-runner to v2.335.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1111f47..f8b87f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:22.04@sha256:4f838adc7181d9039ac795a7d0aba05a9bd9ecd480d294483169c5def983b64d # renovate: datasource=github-releases depName=github-actions-runner packageName=actions/runner -ENV RUNNER_VERSION=2.334.0 +ENV RUNNER_VERSION=2.335.1 ARG DEBIAN_FRONTEND=noninteractive