Message ID | 20240214043846.4385-1-worldhello.net@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 6032aee65ec5c68c2f43761d1df4d227f7b5966e |
Headers | show |
Series | [L10N] ci: bump GitHub Actions versions in l10n.yml | expand |
Jiang Xin <worldhello.net@gmail.com> writes: > is only turned on in the git-l10n repository. I will merge this commit > in my tree and send it to you this Sunday along with other l10n updates. Sounds good. Thanks.
diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 6c3849658a..3d89758981 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -63,7 +63,7 @@ jobs: origin \ ${{ github.ref }} \ $args - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v5 with: go-version: '>=1.16' - name: Install git-po-helper @@ -91,7 +91,7 @@ jobs: cat git-po-helper.out exit $exit_code - name: Create comment in pull request for report - uses: mshick/add-pr-comment@v1 + uses: mshick/add-pr-comment@v2 if: >- always() && github.event_name == 'pull_request_target' &&