Skip to content

Commit

Permalink
update of the version in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Mar 23, 2023
1 parent 5486301 commit cc6b259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down

0 comments on commit cc6b259

Please sign in to comment.