diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-11-26 10:32:41 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-11-26 10:32:41 -0800 |
| commit | fa405227170a2267ba8851ff7804ebca46192249 (patch) | |
| tree | cc899fde464726f8869f59f509c91c607a19b15e | |
| parent | 24ddb3f1fca17cbfd59eb693b352a09d45373d96 (diff) | |
| parent | cd99203f86ea32e0b84d1ef18f5148b74972f617 (diff) | |
| download | git-fa405227170a2267ba8851ff7804ebca46192249.tar.gz | |
Merge branch 'js/ci-github-setup-go-update'
Update a version of action used at the GitHub Actrions CI.
* js/ci-github-setup-go-update:
ci: bump actions/setup-go from 5 to 6
| -rw-r--r-- | .github/workflows/l10n.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index e2c3dbdcb5..95e55134bd 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -63,7 +63,7 @@ jobs: origin \ ${{ github.ref }} \ $args - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version: '>=1.16' cache: false |
