Skip to content

Commit

Permalink
Fix for issue #262 (#263)
Browse files Browse the repository at this point in the history
* Attempted fix for issue #262

fix: adjusting action `setup-r` version call to `v2` rather than `master`

* Attempted fix for Issue #262

fix: adjusting another action `setup-r` version call to `v2` rather than `master`
  • Loading branch information
Max-Bladen authored Nov 14, 2022
1 parent 17c6472 commit 7a5464e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
docker_tag: ${{ steps.setup.outputs.docker_tag }}
steps:
- uses: rlespinasse/github-slug-action@v3.x
- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@v2
- name: Get R/Bioc versions
id: setup
run: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up R ▶️
uses: r-lib/actions/setup-r@master
uses: r-lib/actions/setup-r@v2
if: matrix.config.image == null
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 7a5464e

Please sign in to comment.