Skip to content

Commit

Permalink
fix branch names for imported actions templates
Browse files Browse the repository at this point in the history
  • Loading branch information
grlloyd committed Apr 17, 2023
1 parent 3dc3a75 commit 77ee2d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ jobs:
## R is already included in the Bioconductor docker images
- name: Setup R from r-lib
if: runner.os != 'Linux'
uses: r-lib/actions/setup-r@devel
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

## pandoc is already included in the Bioconductor docker images
- name: Setup pandoc from r-lib
if: runner.os != 'Linux'
uses: r-lib/actions/setup-pandoc@devel
uses: r-lib/actions/setup-pandoc@v2

- name: Query dependencies
run: |
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:

- name: Upload check results
if: failure()
uses: actions/upload-artifact@devel
uses: actions/upload-artifact@master
with:
name: ${{ runner.os }}-biocversion-devel-r-devel-results
path: check

0 comments on commit 77ee2d7

Please sign in to comment.