From fbc85e8fa0a47449a1c5038168114071c6315ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 20:55:38 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v7) Updates `astral-sh/setup-uv` from 3 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v3...v7) Updates `aws-actions/configure-aws-credentials` from 4 to 6 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-automator.yml | 6 +++--- .github/workflows/deploy-router.yml | 4 ++-- .github/workflows/test-automator.yml | 4 ++-- .github/workflows/test-moderator.yml | 4 ++-- .github/workflows/test-router.yml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy-automator.yml b/.github/workflows/deploy-automator.yml index 4ec714c..d0f2563 100644 --- a/.github/workflows/deploy-automator.yml +++ b/.github/workflows/deploy-automator.yml @@ -25,15 +25,15 @@ jobs: working-directory: automator steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v7 with: python-version: '3.12' - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ env.DEPLOY_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }} diff --git a/.github/workflows/deploy-router.yml b/.github/workflows/deploy-router.yml index f27eb38..8ca9cf2 100644 --- a/.github/workflows/deploy-router.yml +++ b/.github/workflows/deploy-router.yml @@ -25,10 +25,10 @@ jobs: working-directory: router steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ env.DEPLOY_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }} diff --git a/.github/workflows/test-automator.yml b/.github/workflows/test-automator.yml index 2204515..95ce0a8 100644 --- a/.github/workflows/test-automator.yml +++ b/.github/workflows/test-automator.yml @@ -21,10 +21,10 @@ jobs: working-directory: automator steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v7 with: python-version: '3.12' diff --git a/.github/workflows/test-moderator.yml b/.github/workflows/test-moderator.yml index e7fb214..a5cc966 100644 --- a/.github/workflows/test-moderator.yml +++ b/.github/workflows/test-moderator.yml @@ -22,10 +22,10 @@ jobs: working-directory: moderator steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v7 with: python-version: '3.12' diff --git a/.github/workflows/test-router.yml b/.github/workflows/test-router.yml index b850584..05b2100 100644 --- a/.github/workflows/test-router.yml +++ b/.github/workflows/test-router.yml @@ -21,10 +21,10 @@ jobs: working-directory: router steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v7 with: python-version: '3.12'