From 95d76186b9814113878eafc7ff910fbd9cf70e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Hu=CC=88sers?= Date: Wed, 20 Mar 2024 12:40:06 +0100 Subject: [PATCH] chore: Use latest instead of a fixed release tag --- .github/workflows/build-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pull-request.yaml b/.github/workflows/build-pull-request.yaml index e0b8861c..028e087c 100755 --- a/.github/workflows/build-pull-request.yaml +++ b/.github/workflows/build-pull-request.yaml @@ -33,4 +33,4 @@ jobs: with: upload-test-reports: true upload-code-coverage-reports: true - databroker-version: "0.4.2" + databroker-version: "latest"