Skip to content

Commit 5c22431

Browse files
committed
[linux-ci.yml] update actions/setup-python to v4 release line
1 parent 0af6c74 commit 5c22431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check out source repository
1818
uses: actions/checkout@v3
1919
- name: Set up Python ${{ matrix.python-version }} environment
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Python environment report

0 commit comments

Comments
 (0)