From c2a6de5601941babf45d37fed43bbd312ff7c92a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 00:34:27 +0000 Subject: [PATCH] gitlab-runner: Update to version 15.3.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 f37173b263..2621e01dc4 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,5 +1,5 @@ { - "version": "15.2.1", + "version": "15.3.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/v15.2.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "d0203a984fda6fbed3aaf2a8b1befdab7987780bce3f75f03bf8f3c194f0efc9" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v15.3.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "7e7bed4b76681a25a7a0bf276077df0518468542f173dcb132f0e0f1e516b4a9" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v15.2.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "daaa8dadddedcede644c0a8fef0ef197e9d56ca93ebf5cd4e5b67948d97503d8" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v15.3.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "0fc31c2d3d06e5777299b1ace7088071e17e4c82dd09dc32521438c344fa8441" } }, "bin": "gitlab-runner.exe",