Skip to content

Commit

Permalink
updated validate.yaml to use latest github-actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Nov 20, 2023
1 parent 96b4e21 commit 5b55949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5b55949

Please sign in to comment.