From 549f37f82cd6f4033ba36dd828971083bea5e0ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:03:22 +0000 Subject: [PATCH] build(deps): bump vanilla-os/vib-gh-action from 0.8.1 to 1.0.7 Bumps [vanilla-os/vib-gh-action](https://github.com/vanilla-os/vib-gh-action) from 0.8.1 to 1.0.7. - [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.7) --- updated-dependencies: - dependency-name: vanilla-os/vib-gh-action dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/vib-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 577647c..6aa8763 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: with: fetch-depth: 0 - - uses: vanilla-os/vib-gh-action@v0.8.1 + - uses: vanilla-os/vib-gh-action@v1.0.7 with: recipe: 'recipe.yml' plugins: 'Vanilla-OS/vib-fsguard:v1.5.3' diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 1438fc7..534aeb3 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -160,7 +160,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.8.1 + - uses: vanilla-os/vib-gh-action@v1.0.7 with: recipe: 'recipe.yml' plugins: 'Vanilla-OS/vib-fsguard:v1.5.3'