From 367e0949be028a8cdd03483ed36d182218a2899a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 01:57:01 +0000 Subject: [PATCH] chore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/08807647e7069bb48b6ef5acd8ec9567f424441b...fac544c07dec837d0ccb6301d7b5580bf5edae39) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/automated-updates-to-sam-cli.yml | 4 ++-- .github/workflows/build.yml | 10 +++++----- .github/workflows/integration-tests.yml | 2 +- .github/workflows/update-reproducibles.yml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/automated-updates-to-sam-cli.yml b/.github/workflows/automated-updates-to-sam-cli.yml index 4be7973a271..b7c80fb07c2 100644 --- a/.github/workflows/automated-updates-to-sam-cli.yml +++ b/.github/workflows/automated-updates-to-sam-cli.yml @@ -97,7 +97,7 @@ jobs: python-version: "3.11" - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: Update aws-sam-translator & commit run: | @@ -166,7 +166,7 @@ jobs: python-version: "3.11" - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: Upgrade aws_lambda_builders & commit run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ccc2279c906..712ba446f07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: echo "TEMP=D:\\Temp" >> $env:GITHUB_ENV if: ${{ matrix.os == 'windows-latest' }} - uses: actions/checkout@v6 - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: ${{ matrix.python }} cache-python: false @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: "3.11" cache-python: false @@ -158,7 +158,7 @@ jobs: mkdir "D:\\Temp" echo "TEMP=D:\\Temp" >> $env:GITHUB_ENV if: ${{ matrix.os == 'windows-latest' }} - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: ${{ matrix.python }} cache-python: false @@ -247,7 +247,7 @@ jobs: mkdir "D:\\Temp" echo "TEMP=D:\\Temp" >> $env:GITHUB_ENV if: ${{ matrix.os == 'windows-latest' }} - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: ${{ matrix.python }} cache-python: false @@ -279,7 +279,7 @@ jobs: mkdir "D:\\Temp" echo "TEMP=D:\\Temp" >> $env:GITHUB_ENV if: ${{ matrix.os == 'windows-latest' }} - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: "3.10" cache-python: false diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ae1cc2ea46f..c678eef6d59 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -130,7 +130,7 @@ jobs: run: bash tests/setup-wsl.sh - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: python-version: "3.11" cache-python: false diff --git a/.github/workflows/update-reproducibles.yml b/.github/workflows/update-reproducibles.yml index d0291ae1895..3db05eaef57 100644 --- a/.github/workflows/update-reproducibles.yml +++ b/.github/workflows/update-reproducibles.yml @@ -26,7 +26,7 @@ jobs: with: python-version: "3.11" - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: Update all reproducible requirements run: make update-reproducible-reqs-uv - name: Push changes @@ -47,7 +47,7 @@ jobs: with: python-version: "3.11" - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: Check reproducible requirements are up to date run: make update-reproducible-reqs-uv - name: Fail if requirements are out of date