From e6c243df1458353e6ccedac54a056f96c82709c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 04:06:54 +0000 Subject: [PATCH] chore(deps): bump actions/actions-runner from 2.331.0 to 2.332.0 Bumps [actions/actions-runner](https://github.com/actions/runner) from 2.331.0 to 2.332.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.331.0...v2.332.0) --- updated-dependencies: - dependency-name: actions/actions-runner dependency-version: 2.332.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef33a1f..bfcfd1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.331.0 +FROM ghcr.io/actions/actions-runner:2.332.0 RUN sudo apt update -y && \ sudo apt install -y curl wget git-all && \