Skip to content

Commit

Permalink
GHA warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Sep 3, 2023
1 parent a9268a9 commit 8e4997c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up R
uses: grimbough/bioc-actions/setup-bioc@v1
Expand All @@ -47,7 +47,7 @@ jobs:
brew install ffmpeg
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v1
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck, optparse, magick, BiocManager, devtools

Expand Down

0 comments on commit 8e4997c

Please sign in to comment.