Skip to content

Commit 3ca012d

Browse files
committed
prepare version 0.0.10
1 parent 7cf1643 commit 3ca012d

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

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
```yml
1818
- name: Run sccache-cache
19-
uses: mozilla-actions/sccache-action@v0.0.9
19+
uses: mozilla-actions/sccache-action@v0.0.10
2020
```
2121
2222
### Conditionally run cache and enable it
2323
2424
```yml
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.9
27+
uses: mozilla-actions/sccache-action@v0.0.10
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: |
@@ -38,7 +38,7 @@ Versions prior to sccache v0.10.0 probably will not work.
3838
3939
```yml
4040
- name: Run sccache-cache
41-
uses: mozilla-actions/sccache-action@v0.0.9
41+
uses: mozilla-actions/sccache-action@v0.0.10
4242
with:
4343
version: "v0.10.0"
4444
```
@@ -103,7 +103,7 @@ When using the action on GitHub Enterprise Server installations a valid GitHub.c
103103

104104
```yml
105105
- name: Run sccache-cache
106-
uses: mozilla-actions/sccache-action@v0.0.9
106+
uses: mozilla-actions/sccache-action@v0.0.10
107107
with:
108108
token: ${{ secrets.MY_GITHUB_TOKEN }}
109109
```

dist/setup/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/show_stats/index.js

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

package-lock.json

Lines changed: 2 additions & 2 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.9",
3+
"version": "0.0.10",
44
"description": "Github Action for Sccache",
55
"main": "dist/setup/index.js",
66
"engines": {

0 commit comments

Comments
 (0)