Skip to content

Commit

Permalink
update to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Mar 8, 2023
1 parent dd95d78 commit 5eedbfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sccache-action",
"version": "0.0.1",
"version": "0.0.2",
"description": "Github Action for Sccache",
"main": "dist/setup/index.js",
"scripts": {
Expand Down

0 comments on commit 5eedbfb

Please sign in to comment.