Skip to content

Commit

Permalink
Bump vib-gh-action to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Apr 21, 2024
1 parent 5c83432 commit 870230b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: vanilla-os/vib-gh-action@v0.6.2
- uses: vanilla-os/vib-gh-action@v0.7.0

- name: Build the Docker image
run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/vso:main .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vib-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: vanilla-os/vib-gh-action@v0.6.2
- uses: vanilla-os/vib-gh-action@v0.7.0

- name: Build the Docker image
run: docker image build -f Containerfile --tag vso:validation .
Expand Down

0 comments on commit 870230b

Please sign in to comment.