From 1fa7428473848cd9a246d8fa7f6bbb474b7adb06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:55:19 +0000 Subject: [PATCH] chore(deps): update machulav/ec2-github-runner action to v2.3.6 --- .github/workflows/deploy-aws.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-aws.yaml b/.github/workflows/deploy-aws.yaml index c3d91b79..eac19821 100644 --- a/.github/workflows/deploy-aws.yaml +++ b/.github/workflows/deploy-aws.yaml @@ -21,7 +21,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Start EC2 runner id: start-ec2-runner - uses: machulav/ec2-github-runner@v2.3.3 + uses: machulav/ec2-github-runner@v2.3.6 with: mode: start github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} @@ -80,7 +80,7 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner - uses: machulav/ec2-github-runner@v2.3.3 + uses: machulav/ec2-github-runner@v2.3.6 with: mode: stop github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}