From 386743f540bb672099376713b5ead020ae1bef2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:44:33 +0000 Subject: [PATCH] build(deps): bump blue-build/github-action from 1.6 to 1.7 Bumps [blue-build/github-action](https://github.com/blue-build/github-action) from 1.6 to 1.7. - [Release notes](https://github.com/blue-build/github-action/releases) - [Changelog](https://github.com/blue-build/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/blue-build/github-action/compare/v1.6...v1.7) --- updated-dependencies: - dependency-name: blue-build/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-budgie.yml | 2 +- .github/workflows/build-gnome.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-budgie.yml b/.github/workflows/build-budgie.yml index c0007a3..6633350 100644 --- a/.github/workflows/build-budgie.yml +++ b/.github/workflows/build-budgie.yml @@ -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 }} diff --git a/.github/workflows/build-gnome.yml b/.github/workflows/build-gnome.yml index bc32fba..7150aa8 100644 --- a/.github/workflows/build-gnome.yml +++ b/.github/workflows/build-gnome.yml @@ -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 }}