From f7c9623a8929f4e4f5ca77bd238b4992040d3d15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 00:32:20 +0000 Subject: [PATCH] gitlab-runner: Update to version 16.9.0 --- 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 6950274597..95281e176b 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,5 +1,5 @@ { - "version": "16.8.0", + "version": "16.9.0", "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.8.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "b50f254358e2c5eb780aa4828e4366c6d22aead2f860ae2bcce042cfcdeb9456" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.9.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "9dbb14ec36926983a334d13162a31d142ff02b681d0bdf4c558863d27852df74" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.8.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "e8fc6a6fb98c65c3a97af3752dd8257337c4b8e43dcc1d571514c4e7f2307b02" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.9.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "93f72744899c0eb9638070f055359efd6df71c9fff8a778dcaa14bad735fcfa0" } }, "bin": "gitlab-runner.exe",