/dotnet-outdated-action

GitHub Action to report on outdated NuGet packages in .NET projects

Primary LanguageDockerfileMIT LicenseMIT

Dotnet-Outdated-Action

This is a GitHub Action for running dotnet-outdated against .NET projects.

Usage

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/dotnet-outdated-action@v4.1

Version History

  • v4.1: .NET Core 8
  • v3: .NET Core 7
  • v2: .NET Core 6
  • v1: .NET Core 5

License

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.