From fc04b647743ba3511cac389d8161d463b55f05d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 16:28:04 +0000 Subject: [PATCH] gitlab-runner: Update to version 17.0.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 498982735c..11f1cea531 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,5 +1,5 @@ { - "version": "16.11.1", + "version": "17.0.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.11.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "3557f54892647543a10db61a8dcbcb237088acd58c496646dc78485c4ceb7bb0" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v17.0.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "96d62a1f78c9ec2b508d2fd7a594ada52d78bdf3243350919a55c70ff09d531d" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v16.11.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "13b0637c5f2fd3632d4811f3b67acfe565fbf8dbabbcf24335c0231228383af7" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v17.0.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "dd0ae43a029e5fa74f0a91c6214092fe63553b9dda342eeefa34399677c132a7" } }, "bin": "gitlab-runner.exe",