Skip to content

Commit

Permalink
Workaround for bug in setup-r-dependencies (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Oct 27, 2022
1 parent e1d1fd4 commit b2a57bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
- id: get-extra
uses: ./.github/workflows/get-extra

- uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-r-dependencies@v2.2.8
env:
GITHUB_PAT: ${{ inputs.token }}
with:
Expand Down

0 comments on commit b2a57bf

Please sign in to comment.