Skip to content

Bump NSubstitute from 5.0.0 to 5.1.0 #82

Bump NSubstitute from 5.0.0 to 5.1.0

Bump NSubstitute from 5.0.0 to 5.1.0 #82

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
paths-ignore:
- 'README.md'
- 'LICENSE'
jobs:
analyze:
uses: ./.github/workflows/analyze.yml
test:
needs: analyze
uses: ./.github/workflows/test.yml
automerge:
if: ${{ github.actor == 'dependabot[bot]' }}
needs: test
runs-on: ubuntu-latest
steps:
- name: Automerge
uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.PAT_REPO }}
target: minor