Skip to content

Bump Microsoft.AspNetCore.OpenApi from 8.0.2 to 8.0.4 in /back-end/PizzaOrderService #53

Bump Microsoft.AspNetCore.OpenApi from 8.0.2 to 8.0.4 in /back-end/PizzaOrderService

Bump Microsoft.AspNetCore.OpenApi from 8.0.2 to 8.0.4 in /back-end/PizzaOrderService #53

Workflow file for this run

name: CodeTour watch
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
issues: write
pull-requests: write
jobs:
codetour-watch:
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: actions/checkout@v3
- name: 'Watch CodeTour changes'
uses: pozil/codetour-watch@v1.6.3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}