From 8d8a914a9450f1dfee18f4c547686d63303ddd0f Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Tue, 13 May 2025 10:37:14 -0400 Subject: [PATCH] Document `context.runAttempt` in @actions/github 6.0.1 (#2054) --- packages/github/RELEASES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index e71b38b9..8bcd17d5 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -2,7 +2,8 @@ ### 6.0.1 -- Dependency updates [#2043](https://github.com/actions/toolkit/pull/2043/) +- Dependency updates [#2043](https://github.com/actions/toolkit/pull/2043) +- Add `context.runAttempt` [#1588](https://github.com/actions/toolkit/pull/1588) ### 6.0.0 - Support the latest Octokit in @actions/github [#1553](https://github.com/actions/toolkit/pull/1553)