Skip to content

Commit

Permalink
Update versions of public GH Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
famuvie committed Jun 23, 2024
1 parent b6c3e18 commit f7736c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2' # The R version to download (if necessary) and use.
r-version: '4.4' # The R version to download (if necessary) and use.

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -27,7 +27,7 @@ jobs:
shell: Rscript {0}

- name: Restore R package cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Expand Down

0 comments on commit f7736c7

Please sign in to comment.