diff --git a/README.md b/README.md index ce2b4b2..c32fb93 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.8.0-1 + - uses: vanilla-os/vib-gh-action@v0.8.1 with: recipe: 'myRecipe.yml' plugins: org/repo:tag,org/repo:tag diff --git a/setup.sh b/setup.sh index c165913..31bfbb0 100644 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -VIB_VERSION="0.8.0-1" +VIB_VERSION="0.8.1" PLUGINS_ARG="${1:-}" wget "https://github.com/Vanilla-OS/Vib/releases/download/v$VIB_VERSION/plugins.tar.xz"