Skip to content

Commit dc73ebe

Browse files
authored
Update R-CMD-check.yaml - bumped @v versions
1 parent 18ae18f commit dc73ebe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ jobs:
5959

6060
steps:
6161
- name: Checkout code
62-
uses: actions/checkout@v3
62+
uses: actions/checkout@v5
6363
with:
6464
# Use the head SHA for pull requests
6565
ref: ${{ github.event.pull_request.head.sha || github.sha }}
6666

67-
- uses: r-lib/actions/setup-r@v1
67+
- uses: r-lib/actions/setup-r@v2
6868
with:
6969
r-version: ${{ matrix.config.r }}
7070

71-
- uses: r-lib/actions/setup-pandoc@v1
71+
- uses: r-lib/actions/setup-pandoc@v2
7272

7373
- name: Query dependencies
7474
run: |
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Restore R package cache
8181
if: runner.os != 'Windows'
82-
uses: actions/cache@v2
82+
uses: actions/cache@v4
8383
with:
8484
path: ${{ env.R_LIBS_USER }}
8585
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

0 commit comments

Comments
 (0)