File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
hash : ${{ steps.hash.outputs.hash }}
11
11
steps :
12
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
13
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
14
14
with :
15
15
python-version : ' 3.x'
16
16
cache : pip
23
23
- name : generate hash
24
24
id : hash
25
25
run : cd dist && echo "hash=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
26
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
26
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
27
27
with :
28
28
path : ./dist
29
29
provenance :
44
44
permissions :
45
45
contents : write
46
46
steps :
47
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
47
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
48
48
- name : create release
49
49
run : >
50
50
gh release create --draft --repo ${{ github.repository }}
63
63
permissions :
64
64
id-token : write
65
65
steps :
66
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
67
- - uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
66
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
67
+ - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
68
68
with :
69
69
packages-dir : artifact/
Original file line number Diff line number Diff line change 27
27
28
28
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
31
- name : Set up Python ${{ matrix.python-version }}
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
cache : pip
You can’t perform that action at this time.
0 commit comments