File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 timeout-minutes : 120
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - name : Install uv
17- uses : astral-sh/setup-uv@v6
17+ uses : astral-sh/setup-uv@v7
1818 with :
1919 enable-cache : true
2020 activate-environment : true
3030 --output-folder ${{ secrets.OUTPUT_FOLDER }}
3131 env :
3232 PYDRIVE_CREDENTIALS : ${{ secrets.PYDRIVE_CREDENTIALS }}
33- alert :
34- needs : [daily_github_collection]
35- runs-on : ubuntu-latest
36- timeout-minutes : 5
37- if : failure()
38- steps :
39- - uses : actions/checkout@v4
40- - name : Install uv
41- uses : astral-sh/setup-uv@v6
42- with :
43- enable-cache : true
44- activate-environment : true
45- - name : Install dependencies
46- run : |
47- uv pip install .[dev]
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 timeout-minutes : 5
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - name : Install uv
17- uses : astral-sh/setup-uv@v6
17+ uses : astral-sh/setup-uv@v7
1818 with :
1919 enable-cache : true
2020 activate-environment : true
2727 --input-folder ${{ secrets.OUTPUT_FOLDER }}
2828 env :
2929 PYDRIVE_CREDENTIALS : ${{ secrets.PYDRIVE_CREDENTIALS }}
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v6
3131 with :
3232 repository : sdv-dev/sdv-dev.github.io
3333 path : sdv-dev.github.io
4444 git commit -m "Upload GitHub Summary - $(date '+%Y-%m-%d %H:%M:%S')"
4545 git remote set-url origin https://sdv-team:${{ secrets.GH_TOKEN }}@github.com/sdv-dev/sdv-dev.github.io
4646 git push origin gatsby-home
47- alert :
48- needs : [summarize]
49- runs-on : ubuntu-latest
50- timeout-minutes : 5
51- if : failure()
52- steps :
53- - uses : actions/checkout@v4
54- - name : Install uv
55- uses : astral-sh/setup-uv@v6
56- with :
57- enable-cache : true
58- activate-environment : true
59- - name : Install dependencies
60- run : |
61- uv pip install .[dev]
Original file line number Diff line number Diff line change 1212 lint :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - name : Install uv
17- uses : astral-sh/setup-uv@v6
17+ uses : astral-sh/setup-uv@v7
1818 with :
1919 enable-cache : true
2020 activate-environment : true
Original file line number Diff line number Diff line change 1111 environment : traffic
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - name : Install uv
16- uses : astral-sh/setup-uv@v6
16+ uses : astral-sh/setup-uv@v7
1717 with :
1818 enable-cache : true
1919 activate-environment : true
2828 --output-folder ${{ secrets.OUTPUT_FOLDER }}
2929 env :
3030 PYDRIVE_CREDENTIALS : ${{ secrets.PYDRIVE_CREDENTIALS }}
31- alert :
32- needs : [daily_traffic_collection]
33- runs-on : ubuntu-latest
34- timeout-minutes : 5
35- if : failure()
36- steps :
37- - uses : actions/checkout@v4
38- - name : Install uv
39- uses : astral-sh/setup-uv@v6
40- with :
41- enable-cache : true
42- activate-environment : true
43- - name : Install dependencies
44- run : |
45- uv pip install .[dev]
Original file line number Diff line number Diff line change 1111 environment : weekly
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - name : Install uv
16- uses : astral-sh/setup-uv@v6
16+ uses : astral-sh/setup-uv@v7
1717 with :
1818 enable-cache : true
1919 activate-environment : true
3636 --output-folder ${{ secrets.OUTPUT_FOLDER }}
3737 env :
3838 PYDRIVE_CREDENTIALS : ${{ secrets.PYDRIVE_CREDENTIALS }}
39- alert :
40- needs : [weekly_github_collection]
41- runs-on : ubuntu-latest
42- timeout-minutes : 5
43- if : failure()
44- steps :
45- - uses : actions/checkout@v4
46- - name : Install uv
47- uses : astral-sh/setup-uv@v6
48- with :
49- enable-cache : true
50- activate-environment : true
51- - name : Install dependencies
52- run : |
53- uv pip install .[dev]
You can’t perform that action at this time.
0 commit comments