Skip to content

Commit 9e9888a

Browse files
Bump blue-build/github-action from 1.10 to 1.11 (#87)
Bumps [blue-build/github-action](https://github.com/blue-build/github-action) from 1.10 to 1.11. - [Release notes](https://github.com/blue-build/github-action/releases) - [Changelog](https://github.com/blue-build/github-action/blob/main/CHANGELOG.md) - [Commits](blue-build/github-action@v1.10...v1.11) --- updated-dependencies: - dependency-name: blue-build/github-action dependency-version: '1.11' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d72b5f commit 9e9888a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
base-recipe:
3838
- 'recipes/base-recipe.yml'
3939
- name: Build Aviary Base Image
40-
uses: blue-build/github-action@v1.10
40+
uses: blue-build/github-action@v1.11
4141
if: steps.filter.outputs.base-recipe == 'true'
4242
with:
4343
cli_version: v0.9.26
@@ -55,7 +55,7 @@ jobs:
5555
skip_checkout: true
5656

5757
- name: Build Aviary Image
58-
uses: blue-build/github-action@v1.10
58+
uses: blue-build/github-action@v1.11
5959
with:
6060
cli_version: v0.9.26
6161
recipe: recipe.yml

0 commit comments

Comments
 (0)