Skip to content

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

License

Notifications You must be signed in to change notification settings

MCLD/dotnet-outdated-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.