diff --git a/.github/workflows/api_server.yml b/.github/workflows/api_server.yml index bfee223800..3ec014d510 100644 --- a/.github/workflows/api_server.yml +++ b/.github/workflows/api_server.yml @@ -12,7 +12,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.4.19" + version: "0.4.22" - name: Install dependencies, run unit tests and check quality run: | cd components/api_server diff --git a/.github/workflows/application-tests-quality.yml b/.github/workflows/application-tests-quality.yml index e76370217c..2858518ac8 100644 --- a/.github/workflows/application-tests-quality.yml +++ b/.github/workflows/application-tests-quality.yml @@ -12,7 +12,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.4.19" + version: "0.4.22" - name: Install dependencies and check quality run: | cd tests/application_tests diff --git a/.github/workflows/collector.yml b/.github/workflows/collector.yml index 6144740070..fdd48d9004 100644 --- a/.github/workflows/collector.yml +++ b/.github/workflows/collector.yml @@ -12,7 +12,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.4.19" + version: "0.4.22" - name: Install dependencies, run unit tests and check quality run: | cd components/collector diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7709b74f89..060f95c2d3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,7 +12,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.4.19" + version: "0.4.22" - name: Install dependencies, run unit tests and check quality run: | cd docs diff --git a/.github/workflows/feature-tests-quality.yml b/.github/workflows/feature-tests-quality.yml index 248b494780..8015640e4e 100644 --- a/.github/workflows/feature-tests-quality.yml +++ b/.github/workflows/feature-tests-quality.yml @@ -12,7 +12,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.4.19" + version: "0.4.22" - name: Install dependencies and check quality run: | cd tests/feature_tests diff --git a/.github/workflows/feature-tests.yml b/.github/workflows/feature-tests.yml index fb32a99101..f2ae49c20a 100644 --- a/.github/workflows/feature-tests.yml +++ b/.github/workflows/feature-tests.yml @@ -17,7 +17,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.4.19" + version: "0.4.22" - name: Run feature tests run: ./tests/feature_tests/ci/test.sh - name: Upload artifacts diff --git a/.github/workflows/notifier.yml b/.github/workflows/notifier.yml index 524e14f7d4..49fe5d9ec5 100644 --- a/.github/workflows/notifier.yml +++ b/.github/workflows/notifier.yml @@ -12,7 +12,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.4.19" + version: "0.4.22" - name: Install dependencies, run unit tests and check quality run: | cd components/notifier diff --git a/.github/workflows/release-quality.yml b/.github/workflows/release-quality.yml index 16cc7edd9e..854292968a 100644 --- a/.github/workflows/release-quality.yml +++ b/.github/workflows/release-quality.yml @@ -12,7 +12,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.4.19" + version: "0.4.22" - name: Install dependencies and check quality run: | cd release diff --git a/.github/workflows/shared_code.yml b/.github/workflows/shared_code.yml index 5a4ca61b28..dadb3400f0 100644 --- a/.github/workflows/shared_code.yml +++ b/.github/workflows/shared_code.yml @@ -12,7 +12,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v3 with: - version: "0.4.19" + version: "0.4.22" - name: Install dependencies, run unit tests and check quality run: | cd components/shared_code diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index f4481444d1..63f8f9f37c 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -28,7 +28,7 @@ jobs: if: env.SONAR_TOKEN != null uses: astral-sh/setup-uv@v3 with: - version: "0.4.19" + version: "0.4.22" - name: Set up Node if: env.SONAR_TOKEN != null uses: actions/setup-node@v4.0.4