Skip to content

build(deps): bump actions/setup-dotnet from 3 to 4 #2

build(deps): bump actions/setup-dotnet from 3 to 4

build(deps): bump actions/setup-dotnet from 3 to 4 #2

Workflow file for this run

name: Dependabot
on: pull_request
permissions:
contents: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Auto-merge Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}