diff --git a/.github/workflows/sync_translations.yml b/.github/workflows/sync_translations.yml index 73d9ad233409..6d3c50679b22 100644 --- a/.github/workflows/sync_translations.yml +++ b/.github/workflows/sync_translations.yml @@ -45,7 +45,7 @@ jobs: - name: Calculate seconds passed id: calc_time - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const lastRun = new Date(process.env.LATEST_RUN);