File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 54
54
release_id : ${{ steps.gh-release.outputs.result }}
55
55
steps :
56
56
- name : Fetch build artifacts
57
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
57
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
58
58
with :
59
59
name : build-artifacts
60
60
path : dist
98
98
id-token : write # to authenticate as Trusted Publisher to pypi.org
99
99
steps :
100
100
- name : Fetch build artifacts
101
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
101
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
102
102
with :
103
103
name : build-artifacts
104
104
path : dist
Original file line number Diff line number Diff line change 1
- boto3==1.37.0
2
- botocore==1.37.0
1
+ boto3==1.37.5
2
+ botocore==1.37.5
Original file line number Diff line number Diff line change 1
1
mypy==1.15.0
2
- ruff==0.9.7
2
+ ruff==0.9.9
3
3
zizmor==1.4.1
You can’t perform that action at this time.
0 commit comments