Skip to content

Commit df2cb0e

Browse files
authored
Merge pull request #10 from dau-dev/copier-update-2026-07-26T07-38-30
Update from copier (2026-07-26T07:38:30)
2 parents 7f99e08 + 02cbb3f commit df2cb0e

3 files changed

Lines changed: 5 additions & 4 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: '4875149'
2+
_commit: c2ea129
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
cibuildwheel:
3232
- "cp311"
3333
steps:
34-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
34+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535
with:
36+
persist-credentials: false
3637
submodules: 'true'
3738

3839
- name: Setup cache (mac/linux)
@@ -100,7 +101,7 @@ jobs:
100101
- name: Test Wheel
101102
run: python -m pytest -vvv systemc/tests
102103

103-
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
104+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
104105
with:
105106
name: dist-${{matrix.os}}
106107
path: dist

.github/workflows/copier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
pull-requests: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions-ext/copier-update@main
15+
- uses: actions-ext/copier-update@378500315a83b5985e175139a55f1fa5ea6dde09
1616
with:
1717
token: ${{ secrets.WORKFLOW_TOKEN }}

0 commit comments

Comments
 (0)