We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3de24 commit dc2ec82Copy full SHA for dc2ec82
2 files changed
.github/workflows/base-cleanup-lambda-edge.yml
@@ -69,7 +69,7 @@ jobs:
69
if: env.DISTRIBUTION_ID != ''
70
run: |
71
python3 -m venv ./venv
72
- ./venv/bin/pip3 install --upgrade pip boto3==1.42.1
+ ./venv/bin/pip3 install --upgrade pip boto3==1.42.59
73
74
- name: Remove Lambda@Edge & CloudFront Associations
75
.github/workflows/base-cleanup-workspace.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
./venv/bin/pip3 install --upgrade pip
49
- ./venv/bin/pip3 install boto3==1.42.1
+ ./venv/bin/pip3 install boto3==1.42.59
50
51
- name: Configure AWS Credentials
52
uses: aws-actions/configure-aws-credentials@v6
0 commit comments