diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 03350f8..20b5c32 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -21,7 +21,7 @@ jobs: - uses: vanilla-os/vib-gh-action@v0.3.3-1 with: recipe: 'recipe.yml' - plugins: 'Vanilla-OS/vib-fsguard:v1.0-3' + plugins: 'Vanilla-OS/vib-fsguard:v1.2' - name: Build the Docker image run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/core:main . diff --git a/.github/workflows/vib-pr.yml b/.github/workflows/vib-pr.yml index b298cb6..eba0b88 100644 --- a/.github/workflows/vib-pr.yml +++ b/.github/workflows/vib-pr.yml @@ -16,7 +16,7 @@ jobs: - uses: vanilla-os/vib-gh-action@v0.3.3-1 with: recipe: 'recipe.yml' - plugins: 'Vanilla-OS/vib-fsguard:v1.0-3' + plugins: 'Vanilla-OS/vib-fsguard:v1.2' - name: Build the Docker image run: docker image build -f Containerfile --tag vanillaos/core:validation .