From ae397d9d1a26ada345fb7bd648f2930d077d8c57 Mon Sep 17 00:00:00 2001 From: Andy Footner Date: Mon, 4 Mar 2024 15:51:36 -0300 Subject: [PATCH] chore: bump github actions Refs: OPS-10120 --- .github/workflows/run-tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a4cf4b0e..c3866f29 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Code id: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Extract PHP Version id: php @@ -72,7 +72,7 @@ jobs: - name: Configure AWS Credentials id: aws if: ${{ !env.ACT }} - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }} @@ -81,7 +81,7 @@ jobs: - name: Login to Public ECR id: aws-login if: ${{ !env.ACT }} - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v3.0.0 with: registry: public.ecr.aws username: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }} @@ -171,7 +171,7 @@ jobs: docker-compose -f tests/docker-compose.yml exec -T drupal drush watchdog:show --count=50 --extended - name: Find Comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc if: ${{ !env.ACT }} with: @@ -181,7 +181,7 @@ jobs: body-includes: Build output - name: Create or update comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 if: ${{ !env.ACT }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -213,7 +213,7 @@ jobs: - name: Slack Success Notification id: slack_success if: ${{ !env.ACT && success() }} - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v1.25.0 with: channel-id: '${{ vars.SLACK_CHANNEL }}' payload: | @@ -240,7 +240,7 @@ jobs: - name: Slack Failure Notification id: slack_failure if: ${{ !env.ACT && failure() }} - uses: slackapi/slack-github-action@v1.23.0 + uses: slackapi/slack-github-action@v1.25.0 with: channel-id: '${{ vars.SLACK_CHANNEL }}' payload: |