diff options
| author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2025-11-18 02:26:45 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-11-18 09:34:16 -0800 |
| commit | cd99203f86ea32e0b84d1ef18f5148b74972f617 (patch) | |
| tree | 9436b8d333a88939e6b6a9dcccb95ba332c07dc6 | |
| parent | bb5c624209fcaebd60b9572b2cc8c61086e39b57 (diff) | |
| download | git-cd99203f86ea32e0b84d1ef18f5148b74972f617.tar.xz | |
ci: bump actions/setup-go from 5 to 6
Bumps actions/setup-go from 5 to 6. This upgrade includes dependency
updates that incorporate a fix for a critical vulnerability.
[Originally opened at https://github.com/git-for-windows/git/pull/5811]
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)
Originally-authored-by: dependabot[bot] <support@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -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 |
