Skip to content

Bump aws-sdk-s3 from 1.132.0 to 1.133.0 #719

Bump aws-sdk-s3 from 1.132.0 to 1.133.0

Bump aws-sdk-s3 from 1.132.0 to 1.133.0 #719

Workflow file for this run

name: bnaclient
defaults:
run:
working-directory: bnaclient
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v2
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy, rustfmt
- name: Install cargo progenitor
uses: taiki-e/install-action@v2
with:
tool: cargo-progenitor@0.14.0
- name: Regenerate the specifications and the bnaclient
run: just regenerate-all-no-cargo
- name: Ensure there are no changes
run: test -z "$(git status --porcelain)" || (git status; git diff; false)
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2