From c53fa89e362bd19b880359ea7f119e6311ede57f Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Tue, 4 Feb 2025 22:43:29 +0530 Subject: [PATCH] use latest Configcat GHA --- .github/workflows/configcat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/configcat.yml b/.github/workflows/configcat.yml index 9f69858c900dd5..d05060bb9471eb 100644 --- a/.github/workflows/configcat.yml +++ b/.github/workflows/configcat.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Scan & upload - uses: configcat/scan-repository@v1 + uses: configcat/scan-repository@v2 with: api-user: ${{ secrets.CONFIGCAT_API_USER }} api-pass: ${{ secrets.CONFIGCAT_API_PASS }}