diff --git a/.devcontainer.json b/.devcontainer.json index 0205bc2..acac654 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -5,7 +5,7 @@ "postStartCommand": "scripts/motd", "features": { "ghcr.io/va-h/devcontainers-features/uv:1": { - "version": "0.10.11", + "version": "0.11.15", "shellautocompletion": true } }, diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6d2577d..a0e82e7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -30,7 +30,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: - version: "0.10.11" + version: "0.11.15" - name: Install dependencies run: scripts/bootstrap @@ -61,7 +61,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: - version: "0.10.11" + version: "0.11.15" - name: 📦 Install dependencies run: scripts/bootstrap @@ -89,7 +89,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: - version: "0.10.11" + version: "0.11.15" - name: 📦 Install dependencies run: scripts/bootstrap diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a88c424..0db91d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: - version: "0.10.11" + version: "0.11.15" - name: Set version number run: scripts/set-version "${{ github.event.release.tag_name }}"