diff --git a/.github/workflows/_docker-build-template.yml b/.github/workflows/_docker-build-template.yml index 05e95762d3..2f9723c734 100644 --- a/.github/workflows/_docker-build-template.yml +++ b/.github/workflows/_docker-build-template.yml @@ -116,7 +116,7 @@ jobs: echo -e "post cleanup space:\n $(df -h)" - - uses: docker/login-action@v4.4.0 + - uses: docker/login-action@v4.6.0 if: ${{ inputs.should-run }} with: registry: ghcr.io diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index c8cb2eb7a4..3f9bd0637d 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true - name: Install dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d980c9d8ab..d1b408a0d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true - name: Install lint dependencies @@ -127,7 +127,7 @@ jobs: (cd "$crate" && cargo test --workspace --all-features --locked) done - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true - name: Install dependency for pyaudio @@ -240,7 +240,7 @@ jobs: sudo apt-get update sudo apt-get install -y libturbojpeg portaudio19-dev - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true - uses: actions/setup-node@v7 @@ -373,11 +373,11 @@ jobs: # ---- Browser e2e: dimos run --local-relay + Playwright on the dist ---- - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true - name: Setup Python - uses: actions/setup-python@v6.3.0 + uses: actions/setup-python@v7.0.0 with: python-version: '3.12' - name: Install native dependencies (pyaudio build, JPEG encoding) @@ -424,11 +424,11 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true - name: Setup Python - uses: actions/setup-python@v6.3.0 + uses: actions/setup-python@v7.0.0 with: allow-prereleases: true python-version: ${{ matrix.pyver }} @@ -564,7 +564,7 @@ jobs: - name: Free runner disk space uses: BRAINSia/free-disk-space@v2.1.3 - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true - name: Install minimal dimos for module discovery @@ -682,7 +682,7 @@ jobs: if: matrix.os == 'Linux' run: echo "UV_CACHE_DIR=$(dirname "$RUNNER_WORKSPACE")/uv-cache" >> "$GITHUB_ENV" - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: # We persist on disk above, cache would clean some of this up. enable-cache: false @@ -863,7 +863,7 @@ jobs: git lfs pull --include="misc/DimSim/**" git config --local --unset-all http.https://github.com/.extraheader - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: # We persist on disk, cache would clean some of this up. enable-cache: false diff --git a/.github/workflows/release-build-check.yml b/.github/workflows/release-build-check.yml index e25d101391..638ae21aab 100644 --- a/.github/workflows/release-build-check.yml +++ b/.github/workflows/release-build-check.yml @@ -37,7 +37,7 @@ jobs: - name: Build cockpit dist uses: ./.github/actions/build-cockpit - name: Build one wheel - uses: pypa/cibuildwheel@v4.1.0 + uses: pypa/cibuildwheel@v4.1.1 with: only: cp312-manylinux_x86_64 @@ -51,7 +51,7 @@ jobs: - name: Build cockpit dist uses: ./.github/actions/build-cockpit - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true - name: Build sdist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5dbc8153d2..c0861ce86a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true - name: Verify dispatched from a release/* branch @@ -79,7 +79,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 with: enable-cache: true - name: Build cockpit dist # shipped pre-built in the sdist and wheels @@ -128,7 +128,7 @@ jobs: - name: Build cockpit dist # setup.py copies it into the wheel's _relay_dist uses: ./.github/actions/build-cockpit - name: Build wheels - uses: pypa/cibuildwheel@v4.1.0 + uses: pypa/cibuildwheel@v4.1.1 - name: Attestation uses: actions/attest-build-provenance@v4 with: @@ -156,7 +156,7 @@ jobs: path: dist merge-multiple: true - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 - name: Install twine run: uv tool install twine - name: Validate distributions @@ -185,7 +185,7 @@ jobs: path: dist merge-multiple: true - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 - name: Install twine run: uv tool install twine - name: Validate distributions diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 801c4c1814..2663b0924c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v10 + - uses: actions/stale@v11 with: days-before-stale: 23 days-before-close: 7