2
0
forked from Wavyzz/dolibarr

Merge pull request #27524 from Dolibarr/dependabot/github_actions/actions/setup-python-5

Bump actions/setup-python from 4 to 5
This commit is contained in:
Laurent Destailleur
2024-01-15 11:45:27 +01:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ jobs:
run: |-
[ -r requirements.txt ] || [ -r pyproject.toml ] || touch requirements.txt
# Install python and pre-commit tool
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version: '3.11'