File tree 2 files changed +11
-6
lines changed
2 files changed +11
-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 : " daily"
7
+ target-branch : " master"
3
8
- package-ecosystem : " pip"
4
9
directory : " /"
5
10
schedule :
Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ jobs:
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
19
- name : Clone Repository
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Set up Poetry
26
- uses : abatilo/actions-poetry@v2.2 .0
26
+ uses : abatilo/actions-poetry@v3.0 .0
27
27
with :
28
- poetry-version : 1.3.2
28
+ poetry-version : 1.7.1
29
29
- name : Run Tests
30
30
run : make run_tests
31
31
- name : Upload Coverage
32
- uses : codecov/codecov-action@v1
32
+ uses : codecov/codecov-action@v4.1.0
33
33
34
34
publish :
35
35
needs : test
44
44
contents : write # needed for github actions bot to write to repo
45
45
steps :
46
46
- name : Clone Repository
47
- uses : actions/checkout@v2
47
+ uses : actions/checkout@v4
48
48
with :
49
49
ref : ${{ github.ref }}
50
50
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments