Update weekly_bashbeautify.yaml

This commit is contained in:
Alexandre
2022-06-20 22:18:40 +02:00
committed by GitHub
parent 98e3f9b6aa
commit 65d6d78f9c

View File

@@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 'pypy3.9' # pypy-X.Y kept for backward compatibility
- name: "Install beautify"
uses: BSFishy/pip-action@v1
with: