From 105684ff266faea7dbc225ef8e6079c8857b1d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:57:18 +0000 Subject: [PATCH] Bump actions/actions-runner in /images/meat-runner-22.04 Bumps [actions/actions-runner](https://github.com/actions/runner) from 2.313.0 to 2.314.1. - [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.313.0...v2.314.1) --- 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 7238f0c..7be7ffb 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.313.0 +FROM ghcr.io/actions/actions-runner:2.314.1 LABEL org.opencontainers.image.source=https://github.com/synapsestudios/meat-runner SHELL ["/bin/bash", "--login", "-c"]