From b26bcb8160726e53e31ed57e1dbf7db3951e0d9d Mon Sep 17 00:00:00 2001 From: Akiomi Kamakura Date: Fri, 27 Aug 2021 00:38:03 +0900 Subject: [PATCH] Fix coursier cache action version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4986ad1..dc45820 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A GitHub action to save / restore the coursier / sbt / mill / Ammonite caches of ## Usage -Add a `coursier/cache-action@v5` step to your YAML workflow, like +Add a `coursier/cache-action@v6` step to your YAML workflow, like ```yaml steps: - uses: actions/checkout@v2