Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in the go_modules group across 1 directory #117

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in the go_modules group across 1 directory

Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in the go_modules group across 1 directory #117

Workflow file for this run

name: Proto
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Built
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
working-directory: proto/
run: ./update.sh
- name: Check diff
run: git diff --exit-code