From 44f4b4addbaa17ae869d594225e7780177ef87d9 Mon Sep 17 00:00:00 2001 From: Alex Layton Date: Tue, 30 Jul 2024 13:27:32 -0400 Subject: [PATCH] ci(codeowners): downgrade action due to bug --- .github/workflows/validate-codeowners.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-codeowners.yml b/.github/workflows/validate-codeowners.yml index 43b7f6cc..ed872d71 100644 --- a/.github/workflows/validate-codeowners.yml +++ b/.github/workflows/validate-codeowners.yml @@ -23,7 +23,7 @@ jobs: # Ensure that the owners file is valid # https://github.com/marketplace/actions/github-codeowners-validator - name: GitHub CODEOWNERS Validator - uses: mszostok/codeowners-validator@v0.7.4 + uses: mszostok/codeowners-validator@v0.7.1 with: # Explanation of checks # files: Reports if codeowners file contains a filepath that does not exist in the repo