From d5b18349568472bad0f90a42dd9adcf7ef525f24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:45:04 +0000 Subject: [PATCH] chore(deps): update machulav/ec2-github-runner action to v2.3.4 --- .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..3396ea96 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.4 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.4 with: mode: stop github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}