From c036056e8d4c1299b0aebac0cf2629bf688e8a4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:27:42 +0000 Subject: [PATCH] gitlab-runner: Update to version 17.3.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 1550a60d42..4010efda9b 100644 --- a/bucket/gitlab-runner.json +++ b/bucket/gitlab-runner.json @@ -1,5 +1,5 @@ { - "version": "17.3.0", + "version": "17.3.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/v17.3.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", - "hash": "45db0010224dfd95a06338c51cfb6bffaa51f616670bee7360c860e15da3a14e" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v17.3.1/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe", + "hash": "90db73e37c46feac41819698fa9a5f86c2902d4a5c52395645de57ab5c7eb1db" }, "32bit": { - "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v17.3.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", - "hash": "78a24f612c9adc29a4d50ab358d970f4b06623649f6d4f0ee098948d6d05330d" + "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v17.3.1/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe", + "hash": "1f44b9ae7aaa6fd9d0cd59e0bffeb9231d706a7beeed254f26b6987a04987443" } }, "bin": "gitlab-runner.exe",