From 0938be49d7f5f4f81ee798b5b1a3d46efb71cfab Mon Sep 17 00:00:00 2001 From: Benjamin M Date: Mon, 18 Mar 2024 21:30:02 +0100 Subject: [PATCH] Update checkout version in README.md (#574) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05bebc3..c3b0a7d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A GitHub action to save / restore the coursier / sbt / mill / Ammonite caches of Add a `coursier/cache-action@v6` step to your YAML workflow, like ```yaml steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: coursier/cache-action@v6 ```