Skip to content

Commit 6bb65cf

Browse files
committed
MAINT: Update action version in GH workflow
1 parent 98453e6 commit 6bb65cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generate-documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: [3.8]
19+
python-version: [3.10]
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 0
2525
- name: Install pandoc
26-
uses: r-lib/actions/setup-pandoc@v1
26+
uses: r-lib/actions/setup-pandoc@v2
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v3
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install dependencies

0 commit comments

Comments
 (0)