ci: upgrade actions/setup-python to v4 (#8614)

pull/1/head
Oscar Dominguez 2022-10-02 07:23:28 +02:00 committed by GitHub
parent 2c7c4e7f79
commit 4f430f0642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
steps:
- name: Setup Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8
@ -40,7 +40,7 @@ jobs:
- name: Setup Python for PDF generation
if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'