From ed54abd5094d72e8d437456ae39015d5d5ef9666 Mon Sep 17 00:00:00 2001 From: Michael Herger Date: Mon, 15 Jun 2026 07:19:56 +0200 Subject: [PATCH] Update README with deprecation notice for 'latest' Added note about deprecation of the 'latest' symbol. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b989e7..231a878 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ There are two kinds of version labels you can use. - `@staging` - Most recent automated tested code and can sometimes contain experimental features. Is pulled from dev stable code. - `@dev` - Very unstable and contains experimental features. Automated testing may not show breaks since CI is also updated based on code in dev. +Please note that the `latest` symbol has been deprecated and will no longer be updated. Actions should be pinned to a well known version instead. + ### Inputs - `packages` - Space delimited list of packages to install.