Skip to content

chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.1 #41701

chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.1

chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.1 #41701

Workflow file for this run

---
name: "Semantic Pull Request v2"
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.DETERMINED_TOKEN }}