Skip to content

Bump github.com/aws/aws-sdk-go from 1.54.20 to 1.55.3 #2982

Bump github.com/aws/aws-sdk-go from 1.54.20 to 1.55.3

Bump github.com/aws/aws-sdk-go from 1.54.20 to 1.55.3 #2982

Workflow file for this run

name: Automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: Automerge
uses: "pascalgn/automerge-action@v0.16.3"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "dependencies"
MERGE_FILTER_AUTHOR: "dependabot[bot]"
MERGE_FORKS: "false"