From 2046ee6d6b880162f04c39d3d864343db8158b3d Mon Sep 17 00:00:00 2001 From: Ryan Ghadimi Date: Wed, 7 May 2025 11:08:28 +0000 Subject: [PATCH] gh package release prep --- packages/github/RELEASES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index c0e1dc5a..e71b38b9 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,5 +1,9 @@ # @actions/github Releases +### 6.0.1 + +- Dependency updates [#2043](https://github.com/actions/toolkit/pull/2043/) + ### 6.0.0 - Support the latest Octokit in @actions/github [#1553](https://github.com/actions/toolkit/pull/1553) - Drop support of NodeJS v14, v16