Skip to content

Commit 5cbe343

Browse files
authored
Downgrade Python setup action to version 5
1 parent 574c94e commit 5cbe343

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
@@ -228,7 +228,7 @@ jobs:
228228
cache: 'maven'
229229

230230
- name: Set up Python
231-
uses: actions/setup-python@v6
231+
uses: actions/setup-python@v5
232232
with:
233233
python-version: '3.12'
234234
architecture: 'x64'

0 commit comments

Comments
 (0)