From 9c425f8c8aade612b745313ee0e7e043da3dbf9a Mon Sep 17 00:00:00 2001 From: ckawell-sb <104456459+ckawell-sb@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:30:31 -0600 Subject: [PATCH] feat: QPPA-0000 update action versions to latests --- .github/workflows/publish.yml | 13 ++----------- .github/workflows/repo-dispatch-test.yml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ab5456ac..b6841894 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.GH_USER_TOKEN }} repository: ${{ matrix.repo }} @@ -88,7 +88,7 @@ jobs: - name: Create Pull Request if: ${{ !env.ACT }} id: pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GH_USER_TOKEN }} commit-message: Backfill develop with ${{ github.event.release.tag_name }} @@ -97,12 +97,3 @@ jobs: base: develop body: | Auto generated pull request to backfill `${{ github.event.release.tag_name }} into develop`. - - name: Notify APP Submissions API Channel of backfill PR - if: ${{ !env.ACT }} - uses: rtCamp/action-slack-notify@96d5e2a64fc78a6b7ac13265f55bee296869967a #v2.0.2 - env: - SLACK_WEBHOOK: ${{ secrets.SUBMISSIONS_API_SLACK_WEBHOOK }} - SLACK_CHANNEL: "p-qppsf-api" - SLACK_TITLE: ${{ github.event.release.tag_name }} backfill created - SLACK_MESSAGE: "@qppa-devs - a backfill PR is awaiting verification https://github.com/CMSgov/qpp-measures-data/pull/${{steps.pr.outputs.pull-request-number}}" - SLACK_USERNAME: prNotify diff --git a/.github/workflows/repo-dispatch-test.yml b/.github/workflows/repo-dispatch-test.yml index ea119ad6..bb1d860e 100644 --- a/.github/workflows/repo-dispatch-test.yml +++ b/.github/workflows/repo-dispatch-test.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.GH_USER_TOKEN }} repository: ${{ matrix.repo }}