diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index 0f9d60291..131d68664 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -24,7 +24,7 @@ on: type: string strategy: description: | - Strategy to test package dependencies. One of: min, release, max. + Strategy to test package dependencies. One of: min_isolate, min_cohort, release, max. required: true type: string additional-env-vars: @@ -73,7 +73,7 @@ jobs: - name: Dependency Test - ${{ env.strategy }} 🔢 id: verdepcheck - uses: insightsengineering/r-verdepcheck-action@main + uses: insightsengineering/r-verdepcheck-action@new-strategies with: github-token: ${{ steps.github-token.outputs.token }} check-args: ${{ inputs.check-args }}