Skip to content

Commit 42761b0

Browse files
committed
prepare release 0.0.7
1 parent e21e59b commit 42761b0

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Just copy and paste the following in your GitHub action:
1616

1717
```
1818
- name: Run sccache-cache
19-
uses: mozilla-actions/sccache-action@v0.0.6
19+
uses: mozilla-actions/sccache-action@v0.0.7
2020
```
2121

2222
### Conditionally run cache and enable it
2323

2424
```
2525
- name: Run sccache-cache only on non-release runs
2626
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
27-
uses: mozilla-actions/sccache-action@v0.0.6
27+
uses: mozilla-actions/sccache-action@v0.0.7
2828
- name: Set Rust caching env vars only on non-release runs
2929
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
3030
run: |
@@ -36,7 +36,7 @@ Just copy and paste the following in your GitHub action:
3636

3737
```
3838
- name: Run sccache-cache
39-
uses: mozilla-actions/sccache-action@v0.0.6
39+
uses: mozilla-actions/sccache-action@v0.0.7
4040
with:
4141
version: "v0.7.4"
4242
```
@@ -101,7 +101,7 @@ When using the action on GitHub Enterprise Server installations a valid GitHub.c
101101

102102
```
103103
- name: Run sccache-cache
104-
uses: mozilla-actions/sccache-action@v0.0.6
104+
uses: mozilla-actions/sccache-action@v0.0.7
105105
with:
106106
token: ${{ secrets.MY_GITHUB_TOKEN }}
107107
```

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sccache-action",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Github Action for Sccache",
55
"main": "dist/setup/index.js",
66
"engines": {

0 commit comments

Comments
 (0)