Skip to content

Commit 044024a

Browse files
authored
Merge branch 'main' into addZizmor
2 parents 20101a8 + e5a074d commit 044024a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
release_id: ${{ steps.gh-release.outputs.result }}
5555
steps:
5656
- name: Fetch build artifacts
57-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
57+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
5858
with:
5959
name: build-artifacts
6060
path: dist
@@ -98,7 +98,7 @@ jobs:
9898
id-token: write # to authenticate as Trusted Publisher to pypi.org
9999
steps:
100100
- name: Fetch build artifacts
101-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
101+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
102102
with:
103103
name: build-artifacts
104104
path: dist

requirements-aws.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3==1.37.0
2-
botocore==1.37.0
1+
boto3==1.37.5
2+
botocore==1.37.5

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mypy==1.15.0
2-
ruff==0.9.7
2+
ruff==0.9.9
33
zizmor==1.4.1

0 commit comments

Comments
 (0)