prepare version 0.0.6

This commit is contained in:
Sylvestre Ledru
2024-09-27 11:26:25 +02:00
parent 922a306e47
commit 9e326ebed9
3 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ Just copy and paste the following in your GitHub action:
```
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.5
uses: mozilla-actions/sccache-action@v0.0.6
```
### Conditionally run cache and enable it
@@ -24,7 +24,7 @@ Just copy and paste the following in your GitHub action:
```
- name: Run sccache-cache only on non-release runs
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
uses: mozilla-actions/sccache-action@v0.0.5
uses: mozilla-actions/sccache-action@v0.0.6
- name: Set Rust caching env vars only on non-release runs
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
run: |
@@ -36,7 +36,7 @@ Just copy and paste the following in your GitHub action:
```
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.5
uses: mozilla-actions/sccache-action@v0.0.6
with:
version: "v0.7.4"
```
@@ -92,7 +92,7 @@ When using the action on GitHub Enterprise Server installations a valid GitHub.c
```
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.5
uses: mozilla-actions/sccache-action@v0.0.6
with:
token: ${{ secrets.MY_GITHUB_TOKEN }}
```