Skip to content

Commit

Permalink
prepare version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Sep 27, 2024
1 parent 922a306 commit 9e326eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Just copy and paste the following in your GitHub action:

```
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
```

### Conditionally run cache and enable it

```
- name: Run sccache-cache only on non-release runs
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Set Rust caching env vars only on non-release runs
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
run: |
Expand All @@ -36,7 +36,7 @@ Just copy and paste the following in your GitHub action:

```
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
with:
version: "v0.7.4"
```
Expand Down Expand Up @@ -92,7 +92,7 @@ When using the action on GitHub Enterprise Server installations a valid GitHub.c

```
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
with:
token: ${{ secrets.MY_GITHUB_TOKEN }}
```
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.5",
"version": "0.0.6",
"description": "Github Action for Sccache",
"main": "dist/setup/index.js",
"engines": {
Expand Down

0 comments on commit 9e326eb

Please sign in to comment.