Skip to content

Commit 9e326eb

Browse files
committed
prepare version 0.0.6
1 parent 922a306 commit 9e326eb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+4-4
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/[email protected].5
19+
uses: mozilla-actions/[email protected].6
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/[email protected].5
27+
uses: mozilla-actions/[email protected].6
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/[email protected].5
39+
uses: mozilla-actions/[email protected].6
4040
with:
4141
version: "v0.7.4"
4242
```
@@ -92,7 +92,7 @@ When using the action on GitHub Enterprise Server installations a valid GitHub.c
9292

9393
```
9494
- name: Run sccache-cache
95-
uses: mozilla-actions/[email protected].5
95+
uses: mozilla-actions/[email protected].6
9696
with:
9797
token: ${{ secrets.MY_GITHUB_TOKEN }}
9898
```

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)