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 246eea9 commit cca92a9Copy full SHA for cca92a9
.github/workflows/documentation.yml
@@ -67,7 +67,7 @@ jobs:
67
uses: actions/checkout@v4
68
69
- name: Setup Python
70
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
71
with:
72
python-version: 3.7
73
architecture: 'x64'
.github/workflows/python.yml
@@ -89,7 +89,7 @@ jobs:
89
run: mvn -ntp clean package -P distribution -B
90
91
- name: Setup Python ${{ matrix.python-version }}
92
93
94
python-version: ${{ matrix.python-version }}
95
0 commit comments