From 33c624d144e7ef8c1b1106078e5af56ea91fc83b Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:18:30 +0200 Subject: [PATCH] update crowdin action checkout@v3 (node16) --- .github/workflows/crowdin-wf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-wf.yml b/.github/workflows/crowdin-wf.yml index c5b99f9..66dbe0c 100644 --- a/.github/workflows/crowdin-wf.yml +++ b/.github/workflows/crowdin-wf.yml @@ -18,7 +18,7 @@ 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