Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from 1.6.11 to 1.7.8 in the go_modules group across 0 directory #176

chore(deps): bump github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from 1.6.11 to 1.7.8 in the go_modules group across 0 directory

chore(deps): bump github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from 1.6.11 to 1.7.8 in the go_modules group across 0 directory #176

Workflow file for this run

name: 🔤 Typos
on:
push:
branches: ["dev"]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
typos:
name: "Spell Check"
if: ${{ !endsWith(github.actor, '[bot]') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: crate-ci/typos@v1.45.0