diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3dc77088..aa008a5f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,7 @@ on: env: DEFAULT_PYTHON: 3.9 PRE_COMMIT_HOME: ~/.cache/pre-commit + DEFAULT_VCN: v0.9.8 jobs: # Separate job to pre-populate the base dependency cache @@ -353,10 +354,10 @@ jobs: id: python with: python-version: ${{ matrix.python-version }} - - name: Install CodeNotary - shell: bash - run: | - bash <(curl https://getvcn.codenotary.com -L) + - name: Install VCN tools + uses: home-assistant/actions/helpers/vcn@master + with: + vnc_version: ${{ env.DEFAULT_VCN }} - name: Restore Python virtual environment id: cache-venv uses: actions/cache@v2.1.6