Skip to content

feat(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 in /exp/term … #28

feat(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 in /exp/term …

feat(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 in /exp/term … #28

Workflow file for this run

name: generate
on:
push:
branches:
- "main"
workflow_dispatch: {}
jobs:
generate:
permissions:
contents: write
actions: write
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: actions@github.com