Skip to content

Commit

Permalink
chore: bump vib dep, prep for release
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun committed Jul 21, 2024
1 parent f35f71a commit a99a772
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=

0 comments on commit a99a772

Please sign in to comment.