Skip to content

chore(deps): bump github.com/aws/aws-sdk-go from 1.54.3 to 1.54.19 #905

chore(deps): bump github.com/aws/aws-sdk-go from 1.54.3 to 1.54.19

chore(deps): bump github.com/aws/aws-sdk-go from 1.54.3 to 1.54.19 #905

Workflow file for this run

name: docs-verify
on: [pull_request]
jobs:
verify-docs:
runs-on: ubuntu-latest
name: Verify Docs
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2
submodules: true
- name: Verify Docs
run: make docs-verify
- name: Build Docs
run: make docs-build