From edb4bc1429bfc1a610208a3242b5fc55f2075bf5 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 22 Apr 2024 15:43:03 +0530 Subject: [PATCH] chore: bump Vib action to v0.7.0 Signed-off-by: K.B.Dharun Krishna --- .github/workflows/vib-build.yml | 4 ++-- .github/workflows/vib-pr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 9182b7b..5bdf87f 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -91,10 +91,10 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.6.2 + - uses: vanilla-os/vib-gh-action@v0.7.0 with: recipe: 'recipe.yml' - plugins: 'Vanilla-OS/vib-fsguard:v1.3-2' + plugins: 'Vanilla-OS/vib-fsguard:v1.4' - name: Generate image name run: | diff --git a/.github/workflows/vib-pr.yml b/.github/workflows/vib-pr.yml index 69b8c61..f8e9ccd 100644 --- a/.github/workflows/vib-pr.yml +++ b/.github/workflows/vib-pr.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.6.2 + - uses: vanilla-os/vib-gh-action@v0.7.0 with: recipe: 'recipe.yml' - plugins: 'Vanilla-OS/vib-fsguard:v1.3-2' + plugins: 'Vanilla-OS/vib-fsguard:v1.4' - name: Build the Docker image run: docker image build -f Containerfile --tag testing .