Skip to content

Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.5.1 (#1687) #4801

Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.5.1 (#1687)

Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.5.1 (#1687) #4801

---
name: Update dependent repositories
on:
push:
branches:
- main
jobs:
update-dependent-repositories:
uses: networkservicemesh/.github/.github/workflows/update-dependent-repositories-gomod.yaml@main
with:
dependent_repositories: |
["sdk-k8s",
"sdk-kernel",
"cmd-nsmgr",
"cmd-nsmgr-proxy",
"cmd-registry-memory",
"cmd-registry-proxy-dns",
"cmd-nse-vfio",
"cmd-nse-remote-vlan",
"cmd-ipam-vl3",
"cmd-map-ip-k8s",
"cmd-cluster-info-k8s",
"cmd-csi-driver",
"cmd-dashboard-backend"]
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}