Skip to content

Bump Verify.Xunit from 25.3.0 to 25.3.1 in the verify group #80

Bump Verify.Xunit from 25.3.0 to 25.3.1 in the verify group

Bump Verify.Xunit from 25.3.0 to 25.3.1 in the verify group #80

Workflow file for this run

name: Test Dependabot PRs
on:
pull_request_target:
types: [opened, synchronize]
branches:
- develop
workflow_dispatch:
jobs:
get-version:
if: ${{ github.actor == 'dependabot[bot]' || github.event_name == 'workflow_dispatch' }}
uses: ./.github/workflows/step-version.yml
build:
needs: [get-version]
uses: ./.github/workflows/step-build.yml
secrets: inherit
with:
version: ${{ needs.get-version.outputs.version }}
checkout-ref: ${{ github.event.pull_request.head.sha }}