changed: bumped setup-python to version 4
Gitea Action for checking typst compilation / run-ci-linux (push) Failing after 29s Details

This commit is contained in:
Sven Vogel 2024-07-05 14:58:42 +02:00
parent b3dac40f15
commit bdb82db2d3
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Install Typst CLI
run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION"
- name: Set up Python 3
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Run CI

View File

@ -15,7 +15,7 @@ jobs:
- name: Install Typst CLI
run: curl -fsSL https://typst.community/typst-install/install.sh | sh -s "$TYPST_VERSION"
- name: Set up Python 3
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Run CI