Skip to content

Commit 0b5e00f

Browse files
committed
update
1 parent 72d0391 commit 0b5e00f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/R-CMD-check.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737

38-
- uses: r-lib/actions/setup-r@v1
38+
- uses: r-lib/actions/setup-r@v2
3939
with:
4040
r-version: ${{ matrix.config.r }}
4141

42-
- uses: r-lib/actions/setup-pandoc@v1
42+
- uses: r-lib/actions/setup-pandoc@v2
4343

4444
- name: Query dependencies
4545
run: |

0 commit comments

Comments
 (0)