Skip to content

Commit 960a36e

Browse files
Lints: update to setup Python v4 (#3243)
* Update lints.yml * Update lints.yml --------- Co-authored-by: Spencer Comfort <[email protected]> Co-authored-by: Taku <[email protected]>
1 parent 1f3bd0e commit 960a36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Set up Python
18-
uses: actions/setup-python@v3
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
architecture: x64

0 commit comments

Comments
 (0)