From 228ef2e5aa2162fb67f5ad4c69bef4d04c2e0296 Mon Sep 17 00:00:00 2001 From: Carter Snook Date: Tue, 13 Jul 2021 10:39:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e6ca5a..46a0c64 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Set up your GitHub Actions workflow with a specific version of Deno. ### Latest stable -> Note: we highly recommend specifying the latest stable version you want to test on because Deno does not follow semver and introduces non-backwards compatible changes within minor version bumps. +> Note: we highly recommend specifying the latest stable minor version you want to run on because Deno does not follow semver and introduces non-backwards compatible changes within minor version bumps. ```yaml - uses: denoland/setup-deno@v1