Skip to content

chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 in /benchmarks #366

chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 in /benchmarks

chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 in /benchmarks #366

Workflow file for this run

name: PR Title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}