From 8d579375b70ae4dfe5660117f4c5262aec2d1d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:35:24 +0200 Subject: [PATCH 1/2] change action branch --- .github/workflows/verdepcheck.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index 1398c647..1f3bbb97 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -25,7 +25,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: @@ -74,7 +74,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 }} From 37eeebabcf1173b1a63adedb80784cd1c482e8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:58:02 +0200 Subject: [PATCH 2/2] fix: revert branch back --- .github/workflows/verdepcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index 1f3bbb97..5d89a0ce 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -74,7 +74,7 @@ jobs: - name: Dependency Test - ${{ env.strategy }} 🔢 id: verdepcheck - uses: insightsengineering/r-verdepcheck-action@new-strategies + uses: insightsengineering/r-verdepcheck-action@main with: github-token: ${{ steps.github-token.outputs.token }} check-args: ${{ inputs.check-args }}