Skip to content

build(deps): bump @aws-sdk/client-s3 from 3.693.0 to 3.699.0 (#509) #549

build(deps): bump @aws-sdk/client-s3 from 3.693.0 to 3.699.0 (#509)

build(deps): bump @aws-sdk/client-s3 from 3.693.0 to 3.699.0 (#509) #549

Workflow file for this run

name: 'Main'
on:
push:
branches:
- main
concurrency:
group: main
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
contents: write
name: Build main
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }}
- name: Node setup
uses: ./.github/actions/node-setup
- name: Run Building
run: yarn run build
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'build(actions): update dist'