From e042060788e76e43bc7ac08ac32e77707ae28dc9 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 8 Mar 2023 23:04:47 +0100 Subject: [PATCH] propose a more recent version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 022b5fd..a0c4218 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Just copy and paste the following in your GitHub action: - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.2 with: - version: "v0.3.3" + version: "v0.4.0-pre.9" ``` ```