diff --git a/README.md b/README.md index a8e4d72..662703d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See [action.yml](action.yml) ```yml steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.7.4 + - uses: vanilla-os/vib-gh-action@v0.8.0 with: recipe: 'myRecipe.yml' plugins: org/repo:tag,org/repo:tag diff --git a/setup.sh b/setup.sh index 3a09a1b..cf01dc7 100644 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -VIB_VERSION="0.7.4" +VIB_VERSION="0.8.0" PLUGINS_ARG="${1:-}" wget "https://github.com/Vanilla-OS/Vib/releases/download/v$VIB_VERSION/plugins.tar.xz"