From 6cad0e755504a7cba4dad8dd2717f79e8a18524b Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:32:07 +0200 Subject: [PATCH] Update .github/workflows/revdepcheck.yaml Signed-off-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com> --- .github/workflows/revdepcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/revdepcheck.yaml b/.github/workflows/revdepcheck.yaml index f7f71145..4ac6f1a1 100644 --- a/.github/workflows/revdepcheck.yaml +++ b/.github/workflows/revdepcheck.yaml @@ -99,7 +99,7 @@ jobs: - name: revdepcheck 🔄 id: revdepcheck - uses: insightsengineering/r-revdepcheck-action@fix_non_cran2 + uses: insightsengineering/r-revdepcheck-action@main with: github-token: ${{ steps.github-token.outputs.token }} additional-env-vars: ${{ inputs.additional-env-vars }}