diff --git a/.github/workflows/ci-build_test.yaml b/.github/workflows/ci-build_test.yaml index 776c013da..885af867b 100644 --- a/.github/workflows/ci-build_test.yaml +++ b/.github/workflows/ci-build_test.yaml @@ -8,6 +8,7 @@ on: jobs: build: runs-on: ubuntu-latest + timeout-minutes: 15 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/ci-builder.yaml b/.github/workflows/ci-builder.yaml index e97f68806..1f290a786 100644 --- a/.github/workflows/ci-builder.yaml +++ b/.github/workflows/ci-builder.yaml @@ -8,6 +8,7 @@ on: jobs: login: runs-on: ubuntu-latest + timeout-minutes: 15 steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/ci-static_analysis.yaml b/.github/workflows/ci-static_analysis.yaml index 4ca3f8f6a..9aacedd66 100644 --- a/.github/workflows/ci-static_analysis.yaml +++ b/.github/workflows/ci-static_analysis.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/setup-python@v4 with: - python-version: 3.10.3 + python-version: 3.11 cache-dependency-path: scripts/requirements_dev.txt cache: "pip" diff --git a/.github/workflows/klipper3d-deploy.yaml b/.github/workflows/klipper3d-deploy.yaml index 507304603..55a92298a 100644 --- a/.github/workflows/klipper3d-deploy.yaml +++ b/.github/workflows/klipper3d-deploy.yaml @@ -7,6 +7,7 @@ on: paths: - docs/** - .github/workflows/klipper3d-deploy.yaml + jobs: deploy: runs-on: ubuntu-latest @@ -16,7 +17,7 @@ jobs: - name: Setup python uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: "3.8" - uses: actions/cache@v3 with: