From 18475c2bd5bc90b263c58f8441e2aa9d3dd527bd Mon Sep 17 00:00:00 2001 From: jjliggett <67353173+jjliggett@users.noreply.github.com> Date: Sat, 2 Apr 2022 23:31:02 -0400 Subject: [PATCH] fix: Use jjversion-gha-output v0.2.1 (#23) --- action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yaml b/action.yaml index 466bff8..ad32fda 100644 --- a/action.yaml +++ b/action.yaml @@ -32,13 +32,13 @@ runs: - run: | if ($env:RUNNER_OS -eq "Windows") { - curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.0/jjversion-ghao.exe -L --output jjversion-gha-output.exe + curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.1/jjversion-ghao.exe -L --output jjversion-gha-output.exe } elseif ($env:RUNNER_OS -eq "macOS") { - curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.0/jjversion-ghao-darwin -L --output jjversion-gha-output + curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.1/jjversion-ghao-darwin -L --output jjversion-gha-output chmod +x jjversion-gha-output } else { - curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.0/jjversion-ghao -L --output jjversion-gha-output + curl https://github.com/jjliggett/jjversion-gha-output/releases/download/v0.2.1/jjversion-ghao -L --output jjversion-gha-output chmod +x jjversion-gha-output } shell: pwsh