From 66a8859b38bc9e2ac7763f1afc323bf7ffbbe095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:53:58 +0000 Subject: [PATCH] Bump aws-actions/amazon-ecs-render-task-definition from 1.8.5 to 1.9.0 Bumps [aws-actions/amazon-ecs-render-task-definition](https://github.com/aws-actions/amazon-ecs-render-task-definition) from 1.8.5 to 1.9.0. - [Release notes](https://github.com/aws-actions/amazon-ecs-render-task-definition/releases) - [Changelog](https://github.com/aws-actions/amazon-ecs-render-task-definition/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecs-render-task-definition/compare/6853cfae8c3a7d978fbf68b5a55453395541dfbb...138c24f321fdbdf7edee4a685519d253cae2cdea) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecs-render-task-definition dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-pse-backend.yml | 2 +- .github/workflows/deploy-ui.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pse-backend.yml b/.github/workflows/deploy-pse-backend.yml index 5edf63f..2374462 100644 --- a/.github/workflows/deploy-pse-backend.yml +++ b/.github/workflows/deploy-pse-backend.yml @@ -40,7 +40,7 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition id: task-def - uses: aws-actions/amazon-ecs-render-task-definition@6853cfae8c3a7d978fbf68b5a55453395541dfbb # v1.8.5 + uses: aws-actions/amazon-ecs-render-task-definition@138c24f321fdbdf7edee4a685519d253cae2cdea # v1.9.0 with: task-definition: task-definition.json container-name: pse-backend diff --git a/.github/workflows/deploy-ui.yml b/.github/workflows/deploy-ui.yml index 5624e21..6503a54 100644 --- a/.github/workflows/deploy-ui.yml +++ b/.github/workflows/deploy-ui.yml @@ -36,7 +36,7 @@ jobs: - name: Fill in the new image ID in the Amazon ECS task definition id: task-def - uses: aws-actions/amazon-ecs-render-task-definition@6853cfae8c3a7d978fbf68b5a55453395541dfbb # v1.8.5 + uses: aws-actions/amazon-ecs-render-task-definition@138c24f321fdbdf7edee4a685519d253cae2cdea # v1.9.0 with: task-definition: task-definition.json container-name: ui