From 10d319d8922735afc2c50174609e880043f96e10 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 9 Jun 2026 04:29:02 +0000 Subject: [PATCH] chore(deps): update ghcr.io/actions/actions-runner docker tag to v2.335.1 --- github-runner/worker-pool-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-runner/worker-pool-container/Dockerfile b/github-runner/worker-pool-container/Dockerfile index 19fbaa17..b8b0b6cf 100644 --- a/github-runner/worker-pool-container/Dockerfile +++ b/github-runner/worker-pool-container/Dockerfile @@ -14,7 +14,7 @@ # [START cloudrun_github_worker_pool_dockerfile] -FROM ghcr.io/actions/actions-runner:2.332.0 +FROM ghcr.io/actions/actions-runner:2.335.1 # Add scripts with right permissions. USER root