mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore(deps): update actions/setup-python action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
472c3fa91b
commit
f7951baa12
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-netlify-deploy.yml
vendored
2
.github/workflows/docs-netlify-deploy.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
NODEJS_VERSION: ${{ env.NODEJS_VERSION }}
|
NODEJS_VERSION: ${{ env.NODEJS_VERSION }}
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue