Pin flowzone to v4.7.1

The macos-11 runners apparently do not support zst compression format as
added in flowzone 4.7.2. While support is rolled out, we can keep
the flowzone branch to the previous working version.

Change-type: patch
This commit is contained in:
Felipe Lalanne 2023-05-11 19:10:10 -04:00
parent 281f8abb9a
commit ca80bd52fe

View File

@ -10,7 +10,7 @@ on:
jobs:
flowzone:
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
uses: product-os/flowzone/.github/workflows/flowzone.yml@v4.7.1
secrets: inherit
with:
tests_run_on: '["ubuntu-20.04","macos-11","windows-2019"]'