From 29b4a95f82ba9290621d3594ea812f4fd1e9bf34 Mon Sep 17 00:00:00 2001 From: Amadeusz Sadowski Date: Thu, 16 Sep 2021 11:34:56 +0200 Subject: [PATCH] deps: update wham to v0.13 --- action.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.ps1 b/action.ps1 index 4bf43fa..83be435 100644 --- a/action.ps1 +++ b/action.ps1 @@ -26,7 +26,7 @@ $env:DOTNET_NOLOGO = 1 # install wham if necessary $wham = "$PSScriptRoot/lib/wham" if ($null -eq (Get-Command $wham -ErrorAction SilentlyContinue)) { - PrintAndInvoke "dotnet tool install wham --version 0.7.0 --tool-path ""$PSScriptRoot/lib""" + PrintAndInvoke "dotnet tool install wham --version 0.13.0 --tool-path ""$PSScriptRoot/lib""" } # TODO sometime in future "wham build/ci"