Skip to content

Commit

Permalink
bump: 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Apr 6, 2024
1 parent 28f9e3e commit c0a4761
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 @@ -9,7 +9,7 @@ See [action.yml](action.yml)
```yaml
steps:
- uses: actions/checkout@v4
- uses: vanilla-os/[email protected].1
- uses: vanilla-os/[email protected].2
with:
recipe: 'myRecipe.yml'
plugins: org/repo:tag,org/repo:tag
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.6.1-1"
VIB_VERSION="0.6.2"
PLUGINS_ARG="${1:-}"

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

0 comments on commit c0a4761

Please sign in to comment.