Skip to content

Commit 5be0d94

Browse files
authored
Update main.yml
1 parent 52b250e commit 5be0d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ name: pkgdown-regi
99

1010
jobs:
1111
pkgdown:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
env:
1414
RSPM: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
1515
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1616
name: doc update
1717
container: rocker/verse
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- run: Rscript ./.github/workflows/make_doc.R
2121
- uses: stefanzweifel/git-auto-commit-action@v4
2222
with:

0 commit comments

Comments
 (0)