Skip to content

Commit c92c595

Browse files
authored
docs: update python GHA version (#1427)
Fixes quarto-dev/quarto-cli#11259
1 parent 3e945a2 commit c92c595

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/publishing/github-pages.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
uses: quarto-dev/quarto-actions/setup@v2
199199
200200
- name: Install Python and Dependencies
201-
uses: actions/setup-python@v4
201+
uses: actions/setup-python@v5
202202
with:
203203
python-version: '3.10'
204204
cache: 'pip'

docs/publishing/netlify.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
uses: quarto-dev/quarto-actions/setup@v2
164164
165165
- name: Install Python and Dependencies
166-
uses: actions/setup-python@v4
166+
uses: actions/setup-python@v5
167167
with:
168168
python-version: '3.10'
169169
cache: 'pip'

docs/publishing/posit-cloud.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
uses: quarto-dev/quarto-actions/setup@v2
251251
252252
- name: Install Python and Dependencies
253-
uses: actions/setup-python@v4
253+
uses: actions/setup-python@v5
254254
with:
255255
python-version: '3.10'
256256
cache: 'pip'

docs/publishing/quarto-pub.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
uses: quarto-dev/quarto-actions/setup@v2
178178
179179
- name: Install Python and Dependencies
180-
uses: actions/setup-python@v4
180+
uses: actions/setup-python@v5
181181
with:
182182
python-version: '3.10'
183183
cache: 'pip'

docs/publishing/rstudio-connect.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
uses: quarto-dev/quarto-actions/setup@v2
311311
312312
- name: Install Python and Dependencies
313-
uses: actions/setup-python@v4
313+
uses: actions/setup-python@v5
314314
with:
315315
python-version: '3.10'
316316
cache: 'pip'

0 commit comments

Comments
 (0)