update to 0.0.2

This commit is contained in:
Sylvestre Ledru
2023-03-08 22:56:08 +01:00
parent dd95d78c93
commit 5eedbfb0f0
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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-actions/sccache-action@v0.0.1
uses: mozilla-actions/sccache-action@v0.0.2
```
```
# Specify a given version of sccache
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.1
uses: mozilla-actions/sccache-action@v0.0.2
with:
version: "v0.3.3"
```