Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 #2157

build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3

build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 #2157

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
- 'bucket/**'
tags-ignore:
- 'v*' # Don't run CI tests on release tags
pull_request:
paths-ignore:
- '**.md'
- 'bucket/**'
jobs:
build:
name: Build + Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/build