Skip to content

Commit a7ab114

Browse files
Update actions/setup-python action to v5
1 parent 5cc1c60 commit a7ab114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Setup Python ${{ matrix.python-version }}
113113
id: setup_python
114-
uses: actions/setup-python@v4
114+
uses: actions/setup-python@v5
115115
with:
116116
python-version: ${{ matrix.python-version }}
117117

0 commit comments

Comments
 (0)