Skip to content

Commit df90429

Browse files
authored
Merge pull request #8 from ugns/dependabot/github_actions/mszostok/codeowners-validator-0.7.2
Bump mszostok/codeowners-validator from 0.7.1 to 0.7.2
2 parents bf4ad06 + 831dd07 commit df90429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-codeowners.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
private_key: ${{ secrets.GH_PRIVATE_KEY }}
2525
installation_id: ${{ secrets.GH_INSTALLATION_ID }}
2626

27-
- uses: mszostok/codeowners-validator@v0.7.1
27+
- uses: mszostok/codeowners-validator@v0.7.2
2828
if: github.event.pull_request.head.repo.full_name == github.repository
2929
name: "Full check of CODEOWNERS"
3030
with:
@@ -35,7 +35,7 @@ jobs:
3535
# GitHub access token is required only if the `owners` check is enabled
3636
github_access_token: "${{ steps.generate_token.outputs.token }}"
3737

38-
- uses: mszostok/codeowners-validator@v0.7.1
38+
- uses: mszostok/codeowners-validator@v0.7.2
3939
if: github.event.pull_request.head.repo.full_name != github.repository
4040
name: "Syntax check of CODEOWNERS"
4141
with:

0 commit comments

Comments
 (0)