File tree 4 files changed +13
-6
lines changed
4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : weekly
7
+ day : friday
8
+ time : " 12:00"
9
+ timezone : " Europe/Zurich"
3
10
- package-ecosystem : pip
4
11
directory : " /"
5
12
schedule :
Original file line number Diff line number Diff line change 27
27
contents : read
28
28
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v4
31
31
32
32
- name : Build image
33
33
run : docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
Original file line number Diff line number Diff line change 9
9
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
- name : Setup Python
14
14
uses : actions/setup-python@v1
15
15
with :
Original file line number Diff line number Diff line change 8
8
tests :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
- name : Set UID
13
13
run : echo "UID=$(id --user)" > .env
14
14
- name : Build the containers
@@ -20,11 +20,11 @@ jobs:
20
20
commit-lint :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v1
23
+ - uses : actions/checkout@v4
24
24
- name : Setup Python
25
- uses : actions/setup-python@v1
25
+ uses : actions/setup-python@v5
26
26
with :
27
- python-version : ' 3.8 '
27
+ python-version : ' 3.12 '
28
28
- name : Install gitlint
29
29
run : pip install gitlint
30
30
- name : Run gitlint
You can’t perform that action at this time.
0 commit comments