From a602c1ecb8e7d8188a4c711abfdab84012e38cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:46:22 +0000 Subject: [PATCH] Bump vanilla-os/vib-gh-action from 1.0.0 to 1.0.2 Bumps [vanilla-os/vib-gh-action](https://github.com/vanilla-os/vib-gh-action) from 1.0.0 to 1.0.2. - [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.2) --- updated-dependencies: - dependency-name: vanilla-os/vib-gh-action dependency-version: 1.0.2 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..2cab3b4 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.2 with: recipe: 'recipe.yml' plugins: 'Vanilla-OS/vib-fsguard:v1.5.3'