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