Skip to content

Bump pyjwt from 2.8.0 to 2.9.0 in the python group (#43) #30

Bump pyjwt from 2.8.0 to 2.9.0 in the python group (#43)

Bump pyjwt from 2.8.0 to 2.9.0 in the python group (#43) #30

Workflow file for this run

name: 🎯 Updated Main
on:
push:
branches:
- main
jobs:
build:
name: Build
uses: ./.github/workflows/Build.yml
qa:
name: QA
needs: build
uses: ./.github/workflows/QA.yml
secrets: inherit
test:
name: Test
needs: build
uses: ./.github/workflows/Test.yml
secrets: inherit