Skip to content

Commit adce98f

Browse files
authored
Merge pull request #7 from dau-dev/copier-update-2026-06-28T08-18-57
Update from copier (2026-06-28T08:18:57)
2 parents d658e2c + 8e4d68f commit adce98f

2 files changed

Lines changed: 7 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: 99606c7
2+
_commit: 392c67f
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@ jobs:
3131
cibuildwheel:
3232
- "cp311"
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3535
with:
3636
submodules: 'true'
3737

3838
- name: Setup cache (mac/linux)
39-
uses: actions/cache@v5
39+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4040
with:
4141
path: "/home/runner/work/openfpgaloader-python/openfpgaloader-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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4848
with:
4949
path: "C:/ProgramData/chocolatey/"
5050
key: cache-${{ runner.os }}-
5151
restore-keys: cache-${{ runner.os }}-
5252
if: ${{ runner.os == 'Windows' }}
5353

5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v6
55+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
cache: 'pip'
@@ -62,7 +62,7 @@ jobs:
6262
run: pip install cibuildwheel
6363

6464
- name: Set up MSYS2 (windows)
65-
uses: msys2/setup-msys2@v2
65+
uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
6666
with:
6767
msystem: UCRT64
6868
update: true
@@ -95,7 +95,7 @@ jobs:
9595
if: ${{ matrix.os == 'windows-2022' }}
9696

9797
- name: Upload Wheel
98-
uses: actions/upload-artifact@v7
98+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9999
with:
100100
name: dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
101101
path: dist/*.whl

0 commit comments

Comments
 (0)