From d04656f6ad30b57ed894a559b0522b5dcbe66224 Mon Sep 17 00:00:00 2001 From: Adam Bovill Date: Fri, 15 Sep 2023 20:09:05 +0000 Subject: [PATCH] fix: fix deprecation message --- release-notes-preview/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes-preview/action.yaml b/release-notes-preview/action.yaml index 3021188..17f6191 100644 --- a/release-notes-preview/action.yaml +++ b/release-notes-preview/action.yaml @@ -68,7 +68,7 @@ runs: issue-number: ${{ steps.find-pull-request.outputs.number }} body: | # DEPRECATION: - This action has been deprecated. Please update to use `open-turo/actions-release/lint-release-notes@v1`. + This action has been deprecated. Please update to use `open-turo/actions-release/lint-release-notes@v3`. ## Release notes preview Below is a preview of the release notes if your PR gets merged.