Skip to content

Commit 731c12e

Browse files
Workaround for bug in setup-r-dependencies (#32)
1 parent ca3bea8 commit 731c12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
- id: get-extra
5656
uses: ./.github/workflows/get-extra
5757

58-
- uses: r-lib/actions/setup-r-dependencies@v2
58+
- uses: r-lib/actions/setup-r-dependencies@v2.2.8
5959
env:
6060
GITHUB_PAT: ${{ inputs.token }}
6161
with:

0 commit comments

Comments
 (0)