From d4987a3b2ad84915aaf6bb184f5e8ea11b11c19e Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sun, 10 Sep 2023 13:27:45 +0700 Subject: [PATCH] ci(crowdin): update actions/checkout to v4 --- .github/workflows/crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index fb99b1b8..5f00ea17 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Crowdin action uses: crowdin/github-action@v1