File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-python@v5
16
- - uses : pre-commit/action@v3.0.0
16
+ - uses : pre-commit/action@v3.0.1
17
17
18
18
test_omero :
19
19
runs-on : ubuntu-22.04
27
27
helm-version : v3.5.4
28
28
# v4 supports k3s 1.24+
29
29
k3s-helm-version : v3
30
- - k3s-version : v1.30.3 +k3s1
31
- helm-version : v3.15.3
30
+ - k3s-version : v1.31.1 +k3s1
31
+ helm-version : v3.16.2
32
32
steps :
33
33
- uses : actions/checkout@v4
34
34
with :
96
96
cache : pip
97
97
cache-dependency-path : dev-requirements.txt
98
98
99
- - uses : azure/setup-helm@v3
99
+ - uses : azure/setup-helm@v4
100
100
with :
101
- version : v3.14.0
101
+ version : v3.16.2
102
102
103
103
- name : Install dependencies
104
104
run : pip install -r dev-requirements.txt
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 24.1.1
3
+ rev : 24.10.0
4
4
hooks :
5
5
- id : black
6
6
args : [--target-version=py36]
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : 5.6.12
2
+ appVersion : 5.6.13
3
3
description : OMERO.server
4
4
name : omero-server
5
- version : 0.4.6
5
+ version : 0.4.7
6
6
icon : https://www.openmicroscopy.org/img/logos/omero-logomark.svg
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : 5.27.0
2
+ appVersion : 5.27.2
3
3
description : OMERO.web
4
4
name : omero-web
5
- version : 0.4.5
5
+ version : 0.4.6
6
6
icon : https://www.openmicroscopy.org/img/logos/omero-logomark.svg
You can’t perform that action at this time.
0 commit comments