From 5b559494712419f52ab65582ffd57553ff19457d Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Mon, 20 Nov 2023 15:19:07 +0000 Subject: [PATCH] updated validate.yaml to use latest github-actions versions --- .github/workflows/validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 2b1969e..9b01228 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -21,12 +21,12 @@ jobs: ignore: test - name: Conftest - tests.sh - uses: redhat-cop/github-actions/confbatstest@master + uses: redhat-cop/github-actions/confbatstest@v4 with: tests: test/tests.sh - name: Conftest - tests_fail.sh - uses: redhat-cop/github-actions/confbatstest@master + uses: redhat-cop/github-actions/confbatstest@v4 with: raw: test/tests_fail.sh > tests_fail.log || exit 0