From e4dca75a5ea14ef288ff6dc1b7dbcfca69a6781a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 04:27:10 +0000 Subject: [PATCH] gitlab-runner: Update to version 16.4.1 --- bucket/gitlab-runner.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/gitlab-runner.json b/bucket/gitlab-runner.json index b91ee01c68..e825fc7c56 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,5 +1,5 @@ { - "version": "16.4.0", + "version": "16.4.1", "description": "Run your jobs and send the results back to GitLab", "homepage": "https://docs.gitlab.com/runner/", "license": "MIT", @@ -16,12 +16,12 @@ ], "architecture": { "64bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.4.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "02dbaffb0a37145473b4b39fd030117499cd5d577d794fa849ca306e05cdec8d" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.4.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "21f977f44da3757791d311866d02b670766907320fe467a8f34842af58e5d044" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.4.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "ac2f1aca7ff63bab093e17a9358f91412cfd7c74f4bbed5894f41fec4cba4df1" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.4.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "51032f929dac63b0103397e17adf570a802286928b28305ded814e4791c901fb" } }, "bin": "gitlab-runner.exe",