Skip to content

Commit

Permalink
Merge pull request #454 from nuno-agostinho/fix/gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-agostinho authored Oct 25, 2022
2 parents 2c7d423 + 60eaede commit f513e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
shell:
bash {0}

- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ env.rversion }}

- uses: r-lib/actions/setup-pandoc@master
- uses: r-lib/actions/setup-pandoc@v2

- name: Query dependencies
run: |
Expand Down

0 comments on commit f513e98

Please sign in to comment.