From 29e59f534efc03fb827f071441dcd70b8f217bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 00:24:51 +0000 Subject: [PATCH] Bump actions/actions-runner in /images/meat-runner-22.04 Bumps [actions/actions-runner](https://github.com/actions/runner) from 2.319.1 to 2.320.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.319.1...v2.320.0) --- updated-dependencies: - dependency-name: actions/actions-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- images/meat-runner-22.04/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/meat-runner-22.04/dockerfile b/images/meat-runner-22.04/dockerfile index db00138..779eafd 100644 --- a/images/meat-runner-22.04/dockerfile +++ b/images/meat-runner-22.04/dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/actions/actions-runner:2.319.1 +FROM ghcr.io/actions/actions-runner:2.320.0 LABEL org.opencontainers.image.source=https://github.com/synapsestudios/meat-runner SHELL ["/bin/bash", "--login", "-c"]