From 9b62a76920fa45a1648f49f1c67ae400b16a8640 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:54:36 +0100 Subject: [PATCH] test Signed-off-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com> --- .github/workflows/build-check-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 024e2708..a851a3ed 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -441,7 +441,7 @@ jobs: if: >- env.deps_installation_method == 'setup-r-dependencies' && inputs.install-deps-from-package-repositories == '' - uses: insightsengineering/setup-r-dependencies@v1 + uses: insightsengineering/setup-r-dependencies@dependency_resolution@main env: GITHUB_PAT: ${{ steps.github-token.outputs.token }} with: