From 7acf957c05eaabd2f110d94e275f81c6eae9461e Mon Sep 17 00:00:00 2001 From: Denis Ryabov Date: Thu, 27 Jul 2023 20:18:27 +0300 Subject: [PATCH] Update crowdin-wf-develop.yml Sync with latest Crowdin GitHub action config (https://github.com/crowdin/github-action) --- .github/workflows/crowdin-wf-develop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-wf-develop.yml b/.github/workflows/crowdin-wf-develop.yml index c5fc53e..8d0f944 100644 --- a/.github/workflows/crowdin-wf-develop.yml +++ b/.github/workflows/crowdin-wf-develop.yml @@ -19,11 +19,11 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Runs the Crowdin action command - https://github.com/crowdin/github-action - name: crowdin action - uses: crowdin/github-action@1.3.3 + uses: crowdin/github-action@v1 with: # Upload sources to Crowdin upload_sources: true