From cc6b259f502c965fb54620cdd0023f4ce27d2955 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 23 Mar 2023 10:18:07 +0100 Subject: [PATCH] update of the version in doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9bb1a4..05ec023 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Just copy and paste the following in your GitHub action: ``` - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.2 + uses: mozilla-actions/sccache-action@v0.0.3 ``` ### Specify a given version of sccache ``` - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.2 + uses: mozilla-actions/sccache-action@v0.0.3 with: version: "v0.4.0" ```