From 3783f11f10c88cea3859f71415faf8f2b383e192 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 00:36:02 +0000 Subject: [PATCH] gitlab-runner: Update to version 16.0.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 8fdafcd2ec..ac86449dd0 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,5 +1,5 @@ { - "version": "16.0.0", + "version": "16.0.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.0.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "9227452bdd1088113fe00e9e2d5c83c3747e161a6ef2bd663b7f12714c351e92" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.0.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "4793c951834636cccd85541e60f44f4e6fc420a2f66a847a18111728922ce0f7" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.0.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "7c26d5e627a7167e9c0332b9ab26227b8244cb4047f8bd22c8cbc063b69d7519" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.0.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "fd9306aadd9d85dbb4a339e2b9f91a860337c4d82b3a7b97d1e6a79a7085493d" } }, "bin": "gitlab-runner.exe",