From b626dbb3b1b211532792e9b2b95749ffe959c895 Mon Sep 17 00:00:00 2001 From: Nathan Naveen <42319948+nathannaveen@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:40:02 -0500 Subject: [PATCH] Update sync_leetcode.yml --- .github/workflows/sync_leetcode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_leetcode.yml b/.github/workflows/sync_leetcode.yml index f765c32..2bfbcdb 100644 --- a/.github/workflows/sync_leetcode.yml +++ b/.github/workflows/sync_leetcode.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Sync - uses: joshcai/leetcode-sync@v1.3 + uses: joshcai/leetcode-sync@v1.6 with: github-token: ${{ github.token }} leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}