mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-01 10:24:45 +00:00
chore(deps) Update actions/setup-python action to v4
This commit is contained in:
parent
62cdb12b4b
commit
27f7a08a54
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: setup python ${{ matrix.python-version }} on ${{ matrix.os }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: install deps
|
||||
|
|
|
|||
Loading…
Reference in a new issue