Skip to content

Commit

Permalink
actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMarcon committed May 24, 2023
1 parent 3339ffd commit 33b5bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GH_PAT }}
steps:
- uses: actions/checkout
- uses: r-lib/actions/setup-r
- uses: actions/checkout@master
- uses: r-lib/actions/setup-r@v2
- name: Install pandoc
uses: r-lib/actions/setup-pandoc
uses: r-lib/actions/setup-pandoc@v2
- name: Install dependencies
run: |
options(pkgType = "binary")
Expand Down

0 comments on commit 33b5bb3

Please sign in to comment.