diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 7aa9255b..86a518b5 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout Codebase - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 2 diff --git a/.github/workflows/pr-feature.yml b/.github/workflows/pr-feature.yml index 5dcb1fb4..f3b419e1 100644 --- a/.github/workflows/pr-feature.yml +++ b/.github/workflows/pr-feature.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Codebase - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Configure Node version and registry - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 18 - name: Install Dependencies diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index 1bd6a81d..9ad2691a 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Codebase - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Configure Node version and registry - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 18 - name: Install Dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f28ac238..ab5456ac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Codebase - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Configure Node version and registry - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 18 registry-url: "https://registry.npmjs.org" @@ -82,13 +82,13 @@ jobs: steps: - name: Checkout Updated Master Branch if: ${{ !env.ACT }} - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: master - name: Create Pull Request if: ${{ !env.ACT }} id: pr - uses: peter-evans/create-pull-request@45c510e1f68ba052e3cd911f661a799cfb9ba3a3 #v3.6.0 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GH_USER_TOKEN }} commit-message: Backfill develop with ${{ github.event.release.tag_name }} diff --git a/measures/2023/measures-data.json b/measures/2023/measures-data.json index 92154aee..d059f6a0 100644 --- a/measures/2023/measures-data.json +++ b/measures/2023/measures-data.json @@ -1688,21 +1688,6 @@ "M0005" ] }, - { - "category": "ia", - "title": "Obtain or Renew an Approved Waiver for Provision of Buprenorphine as Medication-Assisted Treatment for Opioid Use Disorder", - "description": "This activity is suspended, as it is no longer available through or required by the Substance Abuse and Mental Health Services Administration (SAMHSA) or the Drug Enforcement Administration (DEA).", - "measureId": "IA_BMH_13", - "metricType": "boolean", - "firstPerformanceYear": 2017, - "lastPerformanceYear": null, - "weight": "medium", - "subcategoryId": "behavioralAndMentalHealth", - "allowedPrograms": [ - "mips", - "app1" - ] - }, { "category": "pi", "measureId": "PI_PPHI_1",