Skip to content

chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /docs/snippets/go #1023

chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /docs/snippets/go

chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.31.0 in /docs/snippets/go #1023

Workflow file for this run

name: Cleanup generated branch
on:
pull_request:
types: [closed]
jobs:
cleanup:
runs-on: ubuntu-22.04
timeout-minutes: 10
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
- run: git push -d origin "generated/${{ github.head_ref }}" || true