Skip to content

Commit

Permalink
update cache and checkout action versions, add R 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-prener authored Jan 7, 2024
1 parent bb1d7db commit ce249ac
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 @@ -26,7 +26,7 @@ jobs:
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: 'oldrel-4'}
# - {os: ubuntu-latest, r: '3.5'}
- {os: ubuntu-latest, r: '3.5'}

env:
R_KEEP_PKG_SOURCE: yes
Expand All @@ -35,7 +35,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2-branch
with:
Expand All @@ -51,7 +51,7 @@ jobs:

- name: Cache R packages
if: runner.os != 'Windows'
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ matrix.config.r }}-1-${{ hashFiles('.github/depends.Rds') }}
Expand Down

0 comments on commit ce249ac

Please sign in to comment.