Skip to content

Commit

Permalink
Merge pull request #768 from CMSgov/update-action-versions
Browse files Browse the repository at this point in the history
QPPA-0000: update action versions to latests
  • Loading branch information
ckawell-sb authored Feb 9, 2024
2 parents 8fab5c3 + 9c425f8 commit 92613c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/repo-dispatch-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 92613c4

Please sign in to comment.