diff --git a/.github/workflows/checkForTranslations.yaml b/.github/workflows/checkForTranslations.yaml index 82752c4..d6f1196 100644 --- a/.github/workflows/checkForTranslations.yaml +++ b/.github/workflows/checkForTranslations.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Get repository name id: getRepoName - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 with: script: return context.repo.repo result-encoding: string