File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 71014c6
2+ _commit : b5fb449
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ updates:
33 - package-ecosystem : " github-actions"
44 directory : " /"
55 schedule :
6- interval : " weekly "
6+ interval : " monthly "
77 labels :
88 - " part: github_actions"
99
1010 - package-ecosystem : " pip"
1111 directory : " /"
1212 schedule :
1313 interval : " monthly"
14+ cooldown :
15+ default-days : 7
1416 labels :
1517 - " lang: python"
1618 - " part: dependencies"
Original file line number Diff line number Diff line change @@ -31,20 +31,20 @@ jobs:
3131 cibuildwheel :
3232 - " cp311"
3333 steps :
34- - uses : actions/checkout@v6
34+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535 with :
3636 submodules : ' true'
3737
3838 - name : Setup cache (mac/linux)
39- uses : actions/cache@v5
39+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4040 with :
4141 path : " /home/runner/work/systemc-python/systemc-python/.ccache"
4242 key : cache-${{ runner.os }}-
4343 restore-keys : cache-${{ runner.os }}-
4444 if : ${{ runner.os != 'Windows' }}
4545
4646 - name : Setup cache (windows)
47- uses : actions/cache@v5
47+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4848 with :
4949 path : " C:/ProgramData/chocolatey/"
5050 key : cache-${{ runner.os }}-
8181 if : ${{ matrix.os == 'windows-2022' }}
8282
8383 - name : Upload Wheel
84- uses : actions/upload-artifact@v7
84+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8585 with :
8686 name : dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
8787 path : dist/*.whl
@@ -100,7 +100,7 @@ jobs:
100100 - name : Test Wheel
101101 run : python -m pytest -vvv systemc/tests
102102
103- - uses : actions/upload-artifact@v7
103+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
104104 with :
105105 name : dist-${{matrix.os}}
106106 path : dist
You can’t perform that action at this time.
0 commit comments