From 63549936cc40c63abe62244a27ee60e8b0d90c11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 20:30:30 +0000 Subject: [PATCH] gitlab-runner: Update to version 18.2.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 64f3ddfce3..84190e4ba8 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,5 +1,5 @@ { - "version": "18.1.1", + "version": "18.2.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/v18.1.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "2e61b516b5c4cf043649661eaf9cb0bbea74fc3462c75388b4ba6568fc9862b2" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v18.2.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "f269fb68b42d11b1c87b19656f36522db6bfeca81747f6ce17c5dcb7018741f4" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v18.1.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "8569833ce5db02452297cd5c80f0da4ed6e4deebac76517d2d9511d262d6bb4d" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v18.2.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "b34425aa5ffc78b0b45a4ba138afb41469f0760ed15b14125203da093e6515f5" } }, "bin": "gitlab-runner.exe",