Skip to content

Commit

Permalink
Update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Feb 13, 2024
1 parent 8b62d10 commit 0565e39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ Default `false`.
### Simple configuration

```yaml
- uses: p0deje/setup-bazel@0.5.0
- uses: p0deje/setup-bazel@0.6.0
```
### Custom Bazelisk version
```yaml
- uses: p0deje/setup-bazel@0.5.0
- uses: p0deje/setup-bazel@0.6.0
with:
bazelisk-version: 1.19.0
```
### Additional `.bazelrc` options

```yaml
- uses: p0deje/setup-bazel@0.5.0
- uses: p0deje/setup-bazel@0.6.0
with:
bazelrc: |
build --show_timestamps
Expand All @@ -78,7 +78,7 @@ Default `false`.
### Full caching enabled

```yaml
- uses: p0deje/setup-bazel@0.5.0
- uses: p0deje/setup-bazel@0.6.0
with:
bazelisk-cache: true
disk-cache: true
Expand All @@ -89,15 +89,15 @@ Default `false`.
### Separate disk cache between workflows

```yaml
- uses: p0deje/setup-bazel@0.5.0
- uses: p0deje/setup-bazel@0.6.0
with:
disk-cache: ${{ github.workflow }}}
```

### Cache external repository based on different files

```yaml
- uses: p0deje/setup-bazel@0.5.0
- uses: p0deje/setup-bazel@0.6.0
with:
external-cache: |
manifest:
Expand All @@ -107,7 +107,7 @@ Default `false`.
### Disable individual external repositories conditionally

```yaml
- uses: p0deje/setup-bazel@0.5.0
- uses: p0deje/setup-bazel@0.6.0
with:
external-cache: |
manifest:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-bazel",
"version": "0.5.0",
"version": "0.6.0",
"description": "Install and configure Bazel for GitHub Actions",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 0565e39

Please sign in to comment.