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'