From 954bbfd0cb7f9c71d95765961c83bb3d49adbb82 Mon Sep 17 00:00:00 2001
From: Thomas Boop <thboop@github.com>
Date: Thu, 14 Apr 2022 11:53:05 -0400
Subject: [PATCH] update changelog

---
 CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f40def..5302870 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Changelog
 
+## v2.4.1
+- [Set the safe directory option on git to prevent git commands failing when running in containers](https://github.com/actions/checkout/pull/762)
+
 ## v2.3.1
 
 - [Fix default branch resolution for .wiki and when using SSH](https://github.com/actions/checkout/pull/284)