File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
autoupdate :
8
8
name : autoupdate
9
- runs-on : ubuntu-22 .04
9
+ runs-on : ubuntu-24 .04
10
10
steps :
11
11
- uses : docker://chinthakagodawita/autoupdate-action:v1
12
12
env :
Original file line number Diff line number Diff line change 1
- FROM python:3.12.8
1
+ FROM python:3.13.2
2
2
RUN echo "deb https://deb.debian.org/debian/ stable main" > /etc/apt/sources.list
3
3
RUN apt-get update -y \
4
4
&& apt-get install -y build-essential python3-openstackclient vim\
Original file line number Diff line number Diff line change 1
1
setuptools == 75.8.0
2
2
thrift == 0.21.0
3
- openstacksdk == 4.0.1
3
+ openstacksdk == 4.3.0
4
4
deprecated == 1.2.18
5
5
Click == 8.1.8
6
- ansible == 10.5 .0
6
+ ansible == 11.2 .0
7
7
flake8 == 7.1.1
8
- paramiko == 3.5.0
8
+ paramiko == 3.5.1
9
9
ruamel.yaml == 0.18.10
10
10
pyvim == 3.0.3
11
11
redis == 5.2.1
You can’t perform that action at this time.
0 commit comments