From d65ac6c24b8266f57237161e6204919dd4e9c2d7 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:54:25 +0530 Subject: [PATCH] gitlab-runner: Update to version 16.4.1 (#5164) --- bucket/gitlab-runner.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/gitlab-runner.json b/bucket/gitlab-runner.json index f8b2e9d4b9..05b500a14c 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,5 +1,5 @@ { - "version": "16.2.2", + "version": "16.4.1", "description": "Run your jobs and send the results back to GitLab", "homepage": "https://docs.gitlab.com/runner/", "license": "MIT", @@ -16,17 +16,17 @@ ], "architecture": { "64bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.2.2/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "043f51ecb2797ec00d628449e9e26a41f49ff27ab5949d1b187b4032db83c112" + "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.2.2/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "c4a9395b66dbfee8e0169b6dd2df2fcf6b92961ebad9e870e62ec29c7e45dcd9" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.4.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "0d0e1d077075fece56509115486b1cb78e7d728aec66bed6ba331db462d8a49e" } }, "bin": "gitlab-runner.exe", "checkver": { - "url": "https://gitlab.com/gitlab-org/gitlab-runner/-/tags?format=atom", + "url": "https://gitlab.com/gitlab-org/gitlab-runner/-/tags?format=atom&sort=version_desc", "regex": "/tags/v([\\d.]+)<" }, "autoupdate": {