From dfcfc2ea122b30fb65e0967607f3c4b65f9bfe8b Mon Sep 17 00:00:00 2001 From: walkowif <59475134+walkowif@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:54:37 +0200 Subject: [PATCH] Apply suggestions from code review Signed-off-by: walkowif <59475134+walkowif@users.noreply.github.com> --- .github/workflows/rhub.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index c86c63db..52820098 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -95,7 +95,7 @@ jobs: job-config: ${{ matrix.config.job-config }} - name: Prepare DESCRIPTION file - uses: insightsengineering/setup-r-dependencies@fix_internal_repo + uses: insightsengineering/setup-r-dependencies@v1 with: lookup-refs: ${{ inputs.lookup-refs }} skip-install: true @@ -146,7 +146,7 @@ jobs: job-config: ${{ matrix.config.job-config }} - name: Setup R dependencies - uses: insightsengineering/setup-r-dependencies@fix_internal_repo + uses: insightsengineering/setup-r-dependencies@v1 with: lookup-refs: ${{ inputs.lookup-refs }} skip-install: true