From b3d448895a53fccf3a6da6a9a73df7ba145a7914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:40:50 +0000 Subject: [PATCH] chore(deps): bump the minor group across 1 directory with 2 updates Bumps the minor group with 2 updates in the / directory: [docker/login-action](https://github.com/docker/login-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `docker/login-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.1.0...v4.2.0) Updates `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: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_identity_mapper_code.yaml | 2 +- .github/workflows/_identity_mapper_container.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_identity_mapper_code.yaml b/.github/workflows/_identity_mapper_code.yaml index 6d49a6818..c33a75a80 100644 --- a/.github/workflows/_identity_mapper_code.yaml +++ b/.github/workflows/_identity_mapper_code.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v6 - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: "0.11.19" diff --git a/.github/workflows/_identity_mapper_container.yaml b/.github/workflows/_identity_mapper_container.yaml index 5bec5a30c..e4910c29e 100644 --- a/.github/workflows/_identity_mapper_container.yaml +++ b/.github/workflows/_identity_mapper_container.yaml @@ -18,7 +18,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.2.0 with: registry: ghcr.io username: ${{ github.actor }}