Fix the url to the action in the doc

This commit is contained in:
Sylvestre Ledru
2023-03-08 22:45:33 +01:00
committed by GitHub
parent 4c556aab0a
commit 56233b6236
+2 -2
View File
@@ -11,13 +11,13 @@ Just copy and paste the following in your GitHub action:
``` ```
# Using the latest version of sccache # Using the latest version of sccache
- name: Run sccache-cache - 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 # Specify a given version of sccache
- name: Run sccache-cache - name: Run sccache-cache
uses: mozilla/sccache-action@v0.0.1 uses: mozilla-actions/sccache-action@v0.0.1
with: with:
version: "v0.3.3" version: "v0.3.3"
``` ```