update of the version in doc

This commit is contained in:
Sylvestre Ledru
2023-03-23 10:18:07 +01:00
parent 548630134d
commit cc6b259f50
+2 -2
View File
@@ -16,14 +16,14 @@ Just copy and paste the following in your GitHub action:
``` ```
- name: Run sccache-cache - 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 ### Specify a given version of sccache
``` ```
- name: Run sccache-cache - name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.2 uses: mozilla-actions/sccache-action@v0.0.3
with: with:
version: "v0.4.0" version: "v0.4.0"
``` ```