Skip to content

Commit 721c85e

Browse files
authored
Merge pull request #3 from dau-dev/copier-update-2026-05-21T19-31-39
Update from copier (2026-05-21T19:31:39)
2 parents 566a7d6 + 0d4aa5e commit 721c85e

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
add_docs: false
55
add_extension: python

.github/dependabot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}-
@@ -81,7 +81,7 @@ jobs:
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

0 commit comments

Comments
 (0)