Skip to content

Commit

Permalink
Merge pull request #414 from ropensci/checkoutv4
Browse files Browse the repository at this point in the history
update actions/checkout
  • Loading branch information
stitam authored Feb 18, 2024
2 parents 7cb91fd + dc185fc commit 308054c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

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

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

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/check-pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@ on:
pull_request:
branches:
- master

name: check-pkgdown

jobs:
check_pkgdown:
runs-on: ubuntu-22.04

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
r-version: 'release'
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::devtools, any::pkgdown

- name: Install dependencies
run: devtools::install_github("https://github.com/ropensci-org/rotemplate")
shell: Rscript {0}

- name: Check pkgdown
run: pkgdown::check_pkgdown()
shell: Rscript {0}
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test-coverage:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
r-version: 'release'
Expand Down

0 comments on commit 308054c

Please sign in to comment.