From 4d4f1fbe5e47539f052fc7209eb5c7e893aad327 Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Sun, 10 Dec 2023 19:12:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=84=20Fixing=20ci=20due=20to=20branch?= =?UTF-8?q?=20name=20change=20(#628)=20=F0=9F=8E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/conftest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conftest.yaml b/.github/workflows/conftest.yaml index 0986d4b3d..54273f696 100644 --- a/.github/workflows/conftest.yaml +++ b/.github/workflows/conftest.yaml @@ -10,6 +10,6 @@ jobs: uses: actions/checkout@v4 - name: Conftest - uses: redhat-cop/github-actions/confbatstest@master + uses: redhat-cop/github-actions/confbatstest@v4 with: - tests: _test/conftest.sh \ No newline at end of file + tests: _test/conftest.sh