Skip to content

Commit 6fb18b4

Browse files
authored
Merge pull request #320 from kadyb/master
bump dependencies in pkgdown workflow
2 parents a16e9e5 + 15ebe8f commit 6fb18b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pkgdown.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
env:
1313
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

17-
- uses: r-lib/actions/setup-r@v1
17+
- uses: r-lib/actions/setup-r@v2
1818

19-
- uses: r-lib/actions/setup-pandoc@v1
19+
- uses: r-lib/actions/setup-pandoc@v2
2020

2121
- name: Install spatial dependencies
2222
run: brew install gdal
@@ -29,7 +29,7 @@ jobs:
2929
shell: Rscript {0}
3030

3131
- name: Restore R package cache
32-
uses: actions/cache@v2
32+
uses: actions/cache@v3
3333
with:
3434
path: ${{ env.R_LIBS_USER }}
3535
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

0 commit comments

Comments
 (0)