Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 3, 2024
1 parent e8da3ef commit 46c1f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See [action.yml](action.yml)
```yaml
steps:
- uses: actions/checkout@v4
- uses: vanilla-os/[email protected].1-2
- uses: vanilla-os/[email protected]
with:
recipe: 'myRecipe.yml'
```
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VIB_VERSION="0.3.1"
VIB_VERSION="0.3.2"
PLUGINS_ARG="${1:-}"

if [ -z "$PLUGINS_ARG" ]; then
Expand Down

0 comments on commit 46c1f7d

Please sign in to comment.