Skip to content

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 #77

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 #77

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