From ebe9de8e78f56de3d35592d05b5c183fb57a1eee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:30:14 +0000 Subject: [PATCH] gitlab-runner: Update to version 16.0.2 --- 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 1b657d2680..335ca2b0a5 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,5 +1,5 @@ { - "version": "15.11.1", + "version": "16.0.2", "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/v15.11.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "2376ccd8ee5a42ffe1800a64fee13214597dc1b42084e4717e0e2994f19ee117" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.0.2/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "f02467593270a13812871d224187a45a7360b9c19e6904c096269c6c88909cf1" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v15.11.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "a001425c4ecd57bcb553b814ec3454ed459c5de67d5a9c6bf1ea92c654627e30" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.0.2/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "ac54dd088ed3e149bad7e0559f1361e7bb0d926d522e258e0abd93a26a4bb464" } }, "bin": "gitlab-runner.exe",