From b607b8429afc722861debe5ce62cddae04734c0e Mon Sep 17 00:00:00 2001 From: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:19:50 -0500 Subject: [PATCH 1/3] Link to the migration guide This updates the deprecation message to link to the migration guide for the buf-setup-action. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ccb12a..8e92e36 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!NOTE] > This action has been deprecated in favor of the [`buf-action`][buf-action] which combines the > functionality of `buf-setup-action` with the ability to run Buf commands in the same step. Please -> see the [`buf-action`][buf-action] documentation for more information. +> see the [migration guide][buf-action-migrtion] documentation for more information. This [Action] installs the [`buf`][buf-cli] CLI in your GitHub Actions pipelines so that it can be used by other Buf Actions: @@ -175,6 +175,7 @@ steps: [action]: https://docs.github.com/actions [buf-action]: https://github.com/bufbuild/buf-action +[buf-action-migration]: https://github.com/bufbuild/buf-action/blob/main/MIGRATION.md#buf-setup-action [breaking]: https://docs.buf.build/breaking [bsr]: https://docs.buf.build/bsr [buf-breaking]: https://github.com/marketplace/actions/buf-breaking From fc8a5c12fcd8862a36e96bad6e45bd9392b70dc6 Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Fri, 17 Jan 2025 13:21:23 -0500 Subject: [PATCH 2/3] Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e92e36..2442782 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!NOTE] > This action has been deprecated in favor of the [`buf-action`][buf-action] which combines the > functionality of `buf-setup-action` with the ability to run Buf commands in the same step. Please -> see the [migration guide][buf-action-migrtion] documentation for more information. +> see the [migration guide][buf-action-migration] documentation for more information. This [Action] installs the [`buf`][buf-cli] CLI in your GitHub Actions pipelines so that it can be used by other Buf Actions: From 101a7c0c63f0f21b5b1b16028426651480d81fa5 Mon Sep 17 00:00:00 2001 From: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:31:09 -0500 Subject: [PATCH 3/3] Remove trailing word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2442782..f0fce6e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!NOTE] > This action has been deprecated in favor of the [`buf-action`][buf-action] which combines the > functionality of `buf-setup-action` with the ability to run Buf commands in the same step. Please -> see the [migration guide][buf-action-migration] documentation for more information. +> see the [migration guide][buf-action-migration] for more information. This [Action] installs the [`buf`][buf-cli] CLI in your GitHub Actions pipelines so that it can be used by other Buf Actions: