From a513f79a05916c59c3c8495c9424153918686a57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:29:18 +0000 Subject: [PATCH] chore(deps): update opensesame/core-github-actions action to v3 --- .github/workflows/deploy_feature_branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_feature_branch.yml b/.github/workflows/deploy_feature_branch.yml index 9d6e1cc..50d0635 100644 --- a/.github/workflows/deploy_feature_branch.yml +++ b/.github/workflows/deploy_feature_branch.yml @@ -91,7 +91,7 @@ jobs: npm run build - name: Build And Apply Feature Branch to Dev - uses: opensesame/core-github-actions/build-apply@v1 + uses: opensesame/core-github-actions/build-apply@v3 id: build_apply with: github_ssh_key: ${{ secrets.ORG_READ_ONLY_SSH_KEY }} @@ -128,7 +128,7 @@ jobs: aws ecs update-service --cluster $ECR_CLUSTER --service $ECS_SERVICE --force-new-deployment - name: Deploy to Dev - uses: opensesame/core-github-actions/deploy@v1 + uses: opensesame/core-github-actions/deploy@v3 with: github_ssh_key: ${{ secrets.ORG_READ_ONLY_SSH_KEY }} terraform_root: dev