This is a GitHub Action for running dotnet-outdated against .NET projects.
Create a file in your repository such as .github/workflows/packages.yml
:
name: "Packages - action"
on: [pull_request]
jobs:
dotnet-outdated:
name: "dotnet outdated"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mcld/[email protected]
- v4.1: .NET Core 8
- v3: .NET Core 7
- v2: .NET Core 6
- v1: .NET Core 5
The content of the dotnet-outdated-action repository is distributed under The MIT License.
The dotnet-outdated utility itself is also released under The MIT License.