File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
34
34
if : github.event_name == 'release' && github.event.action == 'published'
35
35
36
36
steps :
37
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
37
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
38
38
with :
39
39
name : Packages
40
40
path : dist
41
41
42
42
- name : Generate artifact attestation for sdist and wheel
43
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
43
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
44
44
with :
45
45
subject-path : " dist/*"
46
46
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
with :
29
29
fetch-depth : 0
30
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
30
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
31
31
with :
32
- python-version : " 3.13.2 "
32
+ python-version : " 3.13.3 "
33
33
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
34
34
with :
35
35
extra_args : --hook-stage manual --all-files
36
- - uses : prefix-dev/setup-pixi@dbaed5efa0bd33d6bd6d162bec8a06d8fc43c807 # v0.8.5
36
+ - uses : prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da # v0.8.8
37
37
with :
38
38
pixi-version : v0.42.1
39
39
cache : true
59
59
with :
60
60
fetch-depth : 0
61
61
62
- - uses : prefix-dev/setup-pixi@dbaed5efa0bd33d6bd6d162bec8a06d8fc43c807 # v0.8.5
62
+ - uses : prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da # v0.8.8
63
63
with :
64
64
pixi-version : v0.42.1
65
65
cache : true
69
69
run : pixi run -e ${{ matrix.environment }} tests-ci
70
70
71
71
- name : Upload coverage report
72
- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
72
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
73
73
with :
74
74
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
- - uses : prefix-dev/setup-pixi@dbaed5efa0bd33d6bd6d162bec8a06d8fc43c807 # v0.8.5
13
+ - uses : prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da # v0.8.8
14
14
with :
15
15
pixi-version : v0.42.1
16
16
cache : true
You can’t perform that action at this time.
0 commit comments