diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 54020bb9..851ab7fc 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -33,7 +33,7 @@ jobs: - name: Run simulator image run: docker run --name simulator --network=host hwi/ledger_emulator & - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' - name: Install python dependencies