From 27e6e77516dd8fa3c7ef3177714bb1fd1c04802d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 06:05:54 +0000 Subject: [PATCH] Bump vanilla-os/vib-gh-action from 1.0.0 to 1.0.6 Bumps [vanilla-os/vib-gh-action](https://github.com/vanilla-os/vib-gh-action) from 1.0.0 to 1.0.6. - [Release notes](https://github.com/vanilla-os/vib-gh-action/releases) - [Commits](https://github.com/vanilla-os/vib-gh-action/compare/v1.0.0...v1.0.6) --- updated-dependencies: - dependency-name: vanilla-os/vib-gh-action dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/vib-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 684845f..3c6f9aa 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -102,7 +102,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v1.0.0 + - uses: vanilla-os/vib-gh-action@v1.0.6 with: recipe: 'recipe.yml' plugins: 'Vanilla-OS/vib-fsguard:v1.5.3'