Skip to content

Commit

Permalink
updates to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bcallaway11 committed Mar 8, 2024
1 parent 26bfc34 commit 13a2330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

name: ${{ matrix.config.os }} (R ${{ matrix.config.r }})
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v2
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v4
with:
r-version: ${{ matrix.config.r }}
- name: Install dependencies
Expand Down

0 comments on commit 13a2330

Please sign in to comment.