Skip to content

Commit

Permalink
Change to v3 at multiple levels
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMuck committed Jan 29, 2025
1 parent a29066c commit 23e6984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
bioc-version: ${{ matrix.config.bioc }}

- name: Set up pandoc
uses: r-lib/actions/setup-pandoc@v2
uses: r-lib/actions/setup-pandoc@v3
if: matrix.config.image == null

- name: Install remotes
Expand All @@ -55,7 +55,7 @@ jobs:

- name: Cache R packages
if: runner.os != 'Windows' && matrix.config.image == null
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ env.cache-version }}-${{ runner.os }}-bioc-${{ matrix.config.bioc }}-${{ hashFiles('depends.Rds') }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
${{ steps.build-install-check.outputs.install-log }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 23e6984

Please sign in to comment.