Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.12 to 1.16.13 #579

build(deps): bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.12 to 1.16.13

build(deps): bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.12 to 1.16.13 #579

Workflow file for this run

name: commit-lint
on: [pull_request]
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: ${{ github.event.pull_request.commits }}
ref: ${{ github.event.pull_request.head.sha }}
- uses: bugbundle/[email protected]
id: commits
- run: echo ${{ steps.commits.outputs.major }}.${{ steps.commits.outputs.minor }}.${{ steps.commits.outputs.patch }}