From b6a32e41f3dece935e8ecd041c63c609c33cae14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 13:02:20 +0000 Subject: [PATCH] Bump google/renameio to v2.0.2 Signed-off-by: Renovate Bot --- internal/pkg/file/atomic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/file/atomic.go b/internal/pkg/file/atomic.go index 2eac6ce88e35..5db842bebf64 100644 --- a/internal/pkg/file/atomic.go +++ b/internal/pkg/file/atomic.go @@ -222,7 +222,7 @@ func (f *Atomic) finish(target string) (err error) { err = errors.Join(err, closeErr, removeErr) }() - // https://github.com/google/renameio/blob/v2.0.1/tempfile.go#L150-L157 + // https://github.com/google/renameio/blob/v2.0.2/tempfile.go#L150-L157 if err = f.fd.Sync(); err != nil { return err }