aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2025-11-18 02:26:45 -0500
committerJunio C Hamano <gitster@pobox.com>2025-11-18 09:34:16 -0800
commitcd99203f86ea32e0b84d1ef18f5148b74972f617 (patch)
tree9436b8d333a88939e6b6a9dcccb95ba332c07dc6
parentbb5c624209fcaebd60b9572b2cc8c61086e39b57 (diff)
downloadgit-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.yml2
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