diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 6a525b35..3fdf3b4c 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -48,7 +48,13 @@ jobs: # Get the repository's code - name: Checkout uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + + # Setup Python 3 + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: '3' + - uses: pre-commit/action@v3.0.1 - name: Docker meta