From 75a6a0b23331b6003caaec10f1a630677342424b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:14:13 +0000 Subject: [PATCH] build(deps): bump actions/actions-runner Bumps the all-dependencies group in /src with 1 update: [actions/actions-runner](https://github.com/actions/runner). Updates `actions/actions-runner` from 2.333.1 to 2.334.0 - [Release notes](https://github.com/actions/runner/releases) - [Changelog](https://github.com/actions/runner/blob/main/releaseNote.md) - [Commits](https://github.com/actions/runner/compare/v2.333.1...v2.334.0) --- updated-dependencies: - dependency-name: actions/actions-runner dependency-version: 2.334.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 51ab6f6..2581914 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.333.1 +FROM ghcr.io/actions/actions-runner:2.334.0 USER root