File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
# branches:
7
7
# - main
8
8
# paths:
9
- # - " cpp-algorithm/**"
9
+ # - ' cpp-algorithm/**'
10
10
# schedule:
11
- # - cron: " 0 0 * * *"
11
+ # - cron: ' 0 0 * * *'
12
12
workflow_dispatch :
13
13
14
14
env :
Original file line number Diff line number Diff line change 6
6
# branches:
7
7
# - main
8
8
# paths:
9
- # - " java-algorithm/**"
9
+ # - ' java-algorithm/**'
10
10
# schedule:
11
- # - cron: " 0 0 * * *"
11
+ # - cron: ' 0 0 * * *'
12
12
workflow_dispatch :
13
13
14
14
jobs :
21
21
- name : Setup JDK
22
22
uses : actions/setup-java@v4
23
23
with :
24
- distribution : " zulu "
25
- java-version : " 21 "
24
+ distribution : ' temurin '
25
+ java-version : ' 21 '
26
26
27
27
- name : Setup Gradle
28
28
uses : gradle/gradle-build-action@v3
Original file line number Diff line number Diff line change 6
6
# branches:
7
7
# - main
8
8
# paths:
9
- # - " python-algorithm/**"
9
+ # - ' python-algorithm/**'
10
10
# schedule:
11
- # - cron: " 0 0 * * *"
11
+ # - cron: ' 0 0 * * *'
12
12
workflow_dispatch :
13
13
14
14
jobs :
21
21
- name : Setup Python
22
22
uses : actions/setup-python@v5
23
23
with :
24
- python-version : " 3.11 "
24
+ python-version : ' 3.12 '
25
25
26
26
- name : Install dependencies
27
27
working-directory : ${{github.workspace}}/python-algorithm
You can’t perform that action at this time.
0 commit comments