diff --git a/README.md b/README.md index 278d816..0403cba 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ This repository contains the Vib (Vanilla Image Builder) plugin for the DNF (Dan It can be used in a workflow with the following syntax: ```yml -- uses: vanilla-os/vib-gh-action@v0.7.2 +- uses: vanilla-os/vib-gh-action@v0.7.4 with: recipe: 'recipe.yml' - plugins: 'kbdharun/vib-dnf:v0.1' + plugins: 'kbdharun/vib-dnf:v0.1.1' ``` ## Building the plugin diff --git a/dependabot.yml b/dependabot.yml index 768bcda..0cfc43c 100644 --- a/dependabot.yml +++ b/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" - package-ecosystem: "gomod" directory: "/" schedule: - interval: "monthly" + interval: "weekly" diff --git a/go.mod b/go.mod index d7a8d24..f5a1018 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/kbdharun/vib-dnf go 1.22 -require github.com/vanilla-os/vib/api v0.0.0-20240625202136-40f243a7482b +require github.com/vanilla-os/vib/api v0.0.0-20240710093922-7cf30ad33093 diff --git a/go.sum b/go.sum index 2f4cc2e..f2f3a1e 100644 --- a/go.sum +++ b/go.sum @@ -4,3 +4,5 @@ github.com/vanilla-os/vib/api v0.0.0-20231203164136-c843eaca2af6 h1:J9h3w+pi9Zhh github.com/vanilla-os/vib/api v0.0.0-20231203164136-c843eaca2af6/go.mod h1:vjJzDfFxfFHN5O2hcMwGM9De3+H9gGa00Pr3Um6EmCA= github.com/vanilla-os/vib/api v0.0.0-20240625202136-40f243a7482b h1:SC4Y3aeoT8TQOoYbgDSn+ffAa1CSrvLQT79HM1U2ToA= github.com/vanilla-os/vib/api v0.0.0-20240625202136-40f243a7482b/go.mod h1:vjJzDfFxfFHN5O2hcMwGM9De3+H9gGa00Pr3Um6EmCA= +github.com/vanilla-os/vib/api v0.0.0-20240710093922-7cf30ad33093 h1:7NnTkMdojYFv/LbtXsspKCRI5F0LqS2oMpAnojbcia0= +github.com/vanilla-os/vib/api v0.0.0-20240710093922-7cf30ad33093/go.mod h1:vjJzDfFxfFHN5O2hcMwGM9De3+H9gGa00Pr3Um6EmCA=