We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7181a33 commit 1b68723Copy full SHA for 1b68723
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# outdated-packages-action
2
3
+## 1.6.0
4
+
5
+### Minor Changes
6
7
+- New release version with bugs fixed
8
9
## 1.5.3
10
11
### Patch Changes
README.md
@@ -65,7 +65,7 @@ jobs:
65
runs-on: ubuntu-latest
66
67
steps:
68
- - uses: trossr32/outdated-packages-action@v1.5.0
+ - uses: trossr32/outdated-packages-action@v1.6.0
69
with:
70
# Whether to run dotnet-outdated. Default is false if not supplied.
71
use-dotnet-outdated: true
0 commit comments