We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77dd7cc commit c76afb9Copy full SHA for c76afb9
.github/workflows/python-package.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
fetch-depth: 0
34
- name: Set up Python
35
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
36
37
python-version: ${{ env.PYTHON_LATEST }}
38
cache: pip
@@ -83,7 +83,7 @@ jobs:
83
distribution: temurin
84
java-version: 11
85
86
87
88
python-version: ${{ matrix.python-version }}
89
@@ -139,7 +139,7 @@ jobs:
139
140
java-version: 8
141
142
143
144
145
0 commit comments