diff --git a/.github/workflows/blueprints_linter.yml b/.github/workflows/blueprints_linter.yml index 41be5537..930ad014 100644 --- a/.github/workflows/blueprints_linter.yml +++ b/.github/workflows/blueprints_linter.yml @@ -64,7 +64,7 @@ jobs: -v "$(pwd)":/marketplace \ -w /marketplace/ \ --env ENAPTER_API_TOKEN=${{ secrets.ENAPTER_API_TOKEN }} \ - docker.enapter.com/tools/blueprints-linter:v0.4.0 run -g -m ${{ steps.paths.outputs.blueprints-paths }} + docker.enapter.com/tools/blueprints-linter:v0.4.1 run -g -m ${{ steps.paths.outputs.blueprints-paths }} - name: Check Blueprint Vendor run: | docker run --rm \