Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.5 #256

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.5

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.5 #256

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Updates to the changelog
on:
pull_request:
jobs:
happened:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check for logged changes
run: git diff --name-only ${{ github.event.pull_request.base.sha }}..${{ github.sha }} | grep ^CHANGELOG.md$