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 : 4fa46f7
2+ _commit : c2ea129
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 @@ -33,11 +33,11 @@ jobs:
3333 python-version : ["3.11", "3.12", "3.13"]
3434
3535 steps :
36- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
36+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3737 with :
3838 persist-credentials : false
3939
40- - uses : actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
40+ - uses : actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
4141 with :
4242 version : ${{ matrix.python-version }}
4343
5757 run : make coverage
5858
5959 - name : Upload test results (Python)
60- uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
60+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6161 with :
6262 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
6363 path : junit.xml
@@ -75,15 +75,15 @@ jobs:
7575 - name : Make dist
7676 run : make dist
7777
78- - uses : actions-ext/python/test-wheel@4567028b4cf2be3739404cfd3521f0b9df98b6b1
78+ - uses : actions-ext/python/test-wheel@6e1b91a408ea89f49bc8aff8724f83826f7b5446
7979 with :
8080 module : hatch_cpp
8181
82- - uses : actions-ext/python/test-sdist@4567028b4cf2be3739404cfd3521f0b9df98b6b1
82+ - uses : actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446
8383 with :
8484 module : hatch_cpp
8585
86- - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
86+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8787 with :
8888 name : dist-${{matrix.os}}
8989 path : dist
You can’t perform that action at this time.
0 commit comments