Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.97.1 to 1.97.3 #645

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.97.1 to 1.97.3

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.97.1 to 1.97.3 #645

Workflow file for this run

name: Set Milestone
on:
workflow_dispatch:
issues:
types:
- closed
pull_request_target:
types:
- closed
jobs:
issue-milestone:
if: ${{ github.event_name == 'issues' }}
uses: apecloud/apecloud-cd/.github/workflows/issue-milestone.yml@v0.1.32
with:
APECD_REF: "v0.1.32"
secrets: inherit
pr-milestone:
if: ${{ github.event_name == 'pull_request_target' }}
uses: apecloud/apecloud-cd/.github/workflows/pull-request-milestone.yml@v0.1.32
with:
APECD_REF: "v0.1.32"
secrets: inherit
move_milestone:
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: apecloud/apecloud-cd/.github/workflows/milestone-move.yml@v0.1.32
with:
APECD_REF: "v0.1.32"
secrets: inherit