Skip to content

Commit

Permalink
chore: bump to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Aug 16, 2024
1 parent 0ec8306 commit feed7f0
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/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
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.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"
Expand Down

0 comments on commit feed7f0

Please sign in to comment.