From c5c1908c13b4b22af426108aa8c2e3ae2b9d1953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:11:56 +0000 Subject: [PATCH] chore(deps): bump vanilla-os/vib-gh-action from 0.8.1 to 1.0.2 Bumps [vanilla-os/vib-gh-action](https://github.com/vanilla-os/vib-gh-action) from 0.8.1 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/v0.8.1...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-major ... Signed-off-by: dependabot[bot] --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 71875d3..237781d 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.8.1 # Build the recipe using Vib + - uses: vanilla-os/vib-gh-action@v1.0.2 # Build the recipe using Vib with: recipe: 'recipe.yml' plugins: 'kbdharun/vib-dnf:v0.1.1'