Skip to content

Commit ea696f9

Browse files
committed
chore: bumps vib version
1 parent 7279a1e commit ea696f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt install -y podman
3333
sudo sh build.sh
3434
35-
- uses: vanilla-os/vib-gh-action@v1.0.5
35+
- uses: vanilla-os/vib-gh-action@v1.0.6
3636

3737
- uses: actions/upload-artifact@v4
3838
with:

.github/workflows/vib-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sudo apt install -y podman
4242
sudo sh build.sh
4343
44-
- uses: vanilla-os/vib-gh-action@v1.0.5
44+
- uses: vanilla-os/vib-gh-action@v1.0.6
4545

4646
- uses: actions/upload-artifact@v4
4747
with:

recipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Vanilla Pico
22
id: pico
3-
vibversion: 1.0.5
3+
vibversion: 1.0.6
44

55
stages:
66
- id: build

0 commit comments

Comments
 (0)