From efcc3b7d3734e4bed33dc3fab852cf53ee909b31 Mon Sep 17 00:00:00 2001 From: Yash-Singh1 Date: Sat, 20 Nov 2021 18:20:05 -0800 Subject: [PATCH] Use 0.0.3 --- .github/workflows/pr-labeler-config-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler-config-validator.yml b/.github/workflows/pr-labeler-config-validator.yml index 2705a08e1..c54e6d13e 100644 --- a/.github/workflows/pr-labeler-config-validator.yml +++ b/.github/workflows/pr-labeler-config-validator.yml @@ -8,6 +8,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2.3.4 - name: Validate Configuration - uses: Yash-Singh1/pr-labeler-config-validator@releases/v0.0.2 + uses: Yash-Singh1/pr-labeler-config-validator@releases/v0.0.3 with: configuration-path: .github/pr-labeler.yml