From dc4d59877c7dc247b4636f9f3b5ec001fa58d38e Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:24:59 +0100 Subject: [PATCH] Replace example tag versions in README with placeholder values Since the current examples use `v5.0.0` which is old and leads to eg: https://github.com/buildpacks/github-actions/issues/376 Ideally we'd have a `v5` branch/tag alias per #271, but in lieu of that I think it's best to use placeholder values rather than a version that's going to get stale over time. Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c793ab3..d555ce7 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ The `setup-pack` action adds [`pack`][pack] to the environment. [pack]: https://github.com/buildpacks/pack ```yaml -uses: buildpacks/github-actions/setup-pack@v5.0.0 +uses: buildpacks/github-actions/setup-pack@vX.Y.Z ``` #### Inputs @@ -223,7 +223,7 @@ The `setup-tools` action adds [crane][crane] and [`yj`][yj] to the environment. [yj]: https://github.com/sclevine/yj ```yaml -uses: buildpacks/github-actions/setup-tools@v5.0.0 +uses: buildpacks/github-actions/setup-tools@vX.Y.Z ``` #### Inputs