File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ updates:
1212- package-ecosystem : pip
1313 directory : " /"
1414 schedule :
15- interval : daily
15+ interval : " monthly "
1616 time : " 04:00"
17- open-pull-requests-limit : 10
17+ open-pull-requests-limit : 15
1818 labels :
1919 - skip-changelog
2020 - dependencies
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Set up Docker Buildx
1414 uses : docker/setup-buildx-action@v2
1515
Original file line number Diff line number Diff line change 1414 name : linter
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
1919 - name : Install pipenv
2020 run : pipx install pipenv
3939 name : unit-tests
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343
4444 - name : Install Chromium
4545 run : sudo apt-get update && sudo apt-get install -y chromium-browser chromium-chromedriver
7070 name : integration-tests
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@v3
73+ - uses : actions/checkout@v4
7474
7575 - name : Install pipenv
7676 run : pipx install pipenv
@@ -101,6 +101,6 @@ jobs:
101101 name : image-build
102102 runs-on : ubuntu-latest
103103 steps :
104- - uses : actions/checkout@v3
104+ - uses : actions/checkout@v4
105105 - name : Build Docker image
106106 run : docker build .
You can’t perform that action at this time.
0 commit comments