Skip to content

dotnet outdated action

Actions
Report on outdated NuGet packages in .NET projects
v4.1
Latest
By MCLD
Star (2)

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.

dotnet outdated action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Report on outdated NuGet packages in .NET projects
v4.1
Latest
By MCLD

dotnet outdated action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.