Skip to content

Commit

Permalink
Merge pull request #4 from sukarn-m/dependabot/github_actions/blue-bu…
Browse files Browse the repository at this point in the history
…ild/github-action-1.7

build(deps): bump blue-build/github-action from 1.6 to 1.7
  • Loading branch information
sukarn-m authored Nov 24, 2024
2 parents af80d25 + 386743f commit 7516c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-budgie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/github-action@v1.6
uses: blue-build/github-action@v1.7
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-gnome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/github-action@v1.6
uses: blue-build/github-action@v1.7
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
Expand Down

0 comments on commit 7516c53

Please sign in to comment.