Skip to content

Commit 414b260

Browse files
committed
fix: declare github action version
1 parent 70d2f9b commit 414b260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-simple.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
# the build is fully handled by the reusable github action
3434
- name: Build Custom Image
35-
uses: blue-build/github-action
35+
uses: blue-build/github-action@v1.6
3636
with:
3737
recipe: ${{ matrix.recipe.file }}
3838
working_directory: ${{ matrix.recipe.folder }}

0 commit comments

Comments
 (0)