From 0e8386b9b4498df4f3e8c74d85efa4f3f6279e7a Mon Sep 17 00:00:00 2001 From: Aki Kanellis Date: Sun, 31 Mar 2024 23:16:35 +0300 Subject: [PATCH] build(deps): update myoung34/github-runner to 2.315.0 (#439) --- .../server-nas/docker/apps/github-runners/compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/servers/templates/server-nas/docker/apps/github-runners/compose.yml.j2 b/ansible/roles/servers/templates/server-nas/docker/apps/github-runners/compose.yml.j2 index 9ba82b605..3ddd31609 100644 --- a/ansible/roles/servers/templates/server-nas/docker/apps/github-runners/compose.yml.j2 +++ b/ansible/roles/servers/templates/server-nas/docker/apps/github-runners/compose.yml.j2 @@ -1,7 +1,7 @@ --- services: github-runner-homelab: - image: myoung34/github-runner:2.312.0@sha256:0c102af22d243b2870ce0b613a08789f5b1841fb0636a2f422189d1cff7a3810 # editorconfig-checker-disable-line + image: myoung34/github-runner:2.315.0@sha256:556492a51a8680c94b030c65a83ac244b9b0872e78e9a0bf31431b11d2c91db2 # editorconfig-checker-disable-line # This is the `runner` user. # See: https://github.com/myoung34/docker-github-actions-runner/wiki/Usage#non-root-runners editorconfig-checker-disable-line