File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
42
42
- ' 3.12'
43
43
44
44
steps :
45
- - uses : actions/checkout@v3
46
- - uses : actions/setup-java@v3
45
+ - uses : actions/checkout@v4
46
+ - uses : actions/setup-java@v4
47
47
with :
48
48
distribution : ' temurin'
49
49
java-version : ' 11'
50
50
- name : Set up Python ${{ matrix.python-version }}
51
- uses : actions/setup-python@v4
51
+ uses : actions/setup-python@v5
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
- name : Pre-commit Checks
73
73
74
74
# Upload the packages on all develop and main pipleines for test consumption
75
75
- name : Upload HTML Docs
76
- uses : actions/upload-artifact@v3
76
+ uses : actions/upload-artifact@v4
77
77
with :
78
78
name : packages
79
79
path : ./dist/
Original file line number Diff line number Diff line change 33
33
- ' 3.12'
34
34
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- name : Set up Python ${{ matrix.python-version }}
38
- uses : actions/setup-python@v4
38
+ uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
- name : Review dependencies
You can’t perform that action at this time.
0 commit comments