Skip to content

Commit

Permalink
updating r cmd check action
Browse files Browse the repository at this point in the history
  • Loading branch information
shackett committed May 28, 2024
1 parent e583b0f commit 2b71cf8
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 @@ -27,9 +27,9 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

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

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

Expand Down

0 comments on commit 2b71cf8

Please sign in to comment.