From 56233b623686f835f0cd6ee9d1b13c0cea3fc1d4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 8 Mar 2023 22:45:33 +0100 Subject: [PATCH] Fix the url to the action in the doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02fa4b2..3f308db 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Just copy and paste the following in your GitHub action: ``` # Using the latest version of sccache - name: Run sccache-cache - uses: mozilla/sccache-action@v0.0.1 + uses: mozilla-actions/sccache-action@v0.0.1 ``` ``` # Specify a given version of sccache - name: Run sccache-cache - uses: mozilla/sccache-action@v0.0.1 + uses: mozilla-actions/sccache-action@v0.0.1 with: version: "v0.3.3" ```