File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
66
7+ ## [ 4.1] - 2023-03-13
8+
9+ ### Fixed
10+
11+ - Fix invalid Docker container tag
12+
713## [ 4] - 2023-03-13
814
915### Updated
@@ -28,6 +34,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2834
2935- GitHub Action for using dotnet outdated
3036
37+ [ 4.1 ] : https://github.com/MCLD/dotnet-outdated-action/tree/v4.1
3138[ 4 ] : https://github.com/MCLD/dotnet-outdated-action/tree/v4
3239[ 3 ] : https://github.com/MCLD/dotnet-outdated-action/tree/v3
3340[ 2 ] : https://github.com/MCLD/dotnet-outdated-action/tree/v2
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:8
1+ FROM mcr.microsoft.com/dotnet/sdk:8.0
22
33RUN dotnet tool install --global dotnet-outdated-tool
44
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v2
2121
22- - uses : mcld/dotnet-outdated-action@v4
22+ - uses : mcld/dotnet-outdated-action@v4.1
2323` ` `
2424
2525## Version History
2626
27- - v4: .NET Core 8
27+ - v4.1 : .NET Core 8
2828- v3: .NET Core 7
2929- v2: .NET Core 6
3030- v1: .NET Core 5
You can’t perform that action at this time.
0 commit comments