Skip to content

chore(deps): bump github.com/valyala/fasthttp from 1.53.0 to 1.54.0 in /benchmarks #341

chore(deps): bump github.com/valyala/fasthttp from 1.53.0 to 1.54.0 in /benchmarks

chore(deps): bump github.com/valyala/fasthttp from 1.53.0 to 1.54.0 in /benchmarks #341

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 }}