Skip to content

Commit

Permalink
chore: bump Vib version to v0.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jul 10, 2024
1 parent eebc1ee commit b732453
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)
```yml
steps:
- uses: actions/checkout@v4
- uses: vanilla-os/[email protected].3
- uses: vanilla-os/[email protected].4
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.7.3"
VIB_VERSION="0.7.4"
PLUGINS_ARG="${1:-}"

wget "https://github.com/Vanilla-OS/Vib/releases/download/v$VIB_VERSION/plugins.tar.xz"
Expand Down

0 comments on commit b732453

Please sign in to comment.