From 309468f674fc64e86f6c66a3f628655bfc53d377 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Wed, 25 Sep 2024 14:07:25 +0200 Subject: [PATCH] fix oats --- .github/workflows/acceptance-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 62b990d..d269c37 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 with: repository: grafana/oats - ref: ebc9c34c3928dacf64042d129f73f814035a0241 + ref: 77fe94799fd10ccdbd954967309e23481dcb82fe path: oats - name: Set up Go uses: actions/setup-go@v5