Skip to content

Update outdated.yml #18

Update outdated.yml

Update outdated.yml #18

Workflow file for this run

name: Outdated package checks
# Run workflow on pull request to the main branch
on:
pull_request:
types: [opened, synchronize, reopened]
branches: [ main ]
workflow_dispatch:
env:
SOLUTION_PATH: 'src/PsGithubRepoSnapshot.sln'
jobs:
outdated-packages-check:
runs-on: ubuntu-latest
steps:
- uses: trossr32/outdated-packages-action@v1.5.3
with:
use-dotnet-outdated: true
dotnet-solution-or-project-path: ${{ env.SOLUTION_PATH }}