Skip to content

chore(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 in /termios … #302

chore(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 in /termios …

chore(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 in /termios … #302

Workflow file for this run

name: generate
on:
push:
branches:
- "main"
workflow_dispatch: {}
permissions:
contents: write
actions: write
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
cache: true
- run: ./scripts/dependabot
- run: ./scripts/builds
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "ci: auto-update configuration"
branch: main
commit_user_name: actions-user
commit_user_email: [email protected]