From 8ab34a228461e8ad9e31bf8798f05d091315e5b6 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Fri, 8 Mar 2024 23:19:53 -0500 Subject: [PATCH] chore: Update default version to 0.8.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1b20228..a1cc489 100644 --- a/action.yml +++ b/action.yml @@ -75,7 +75,7 @@ runs: GH_TOKEN: ${{ inputs.registry_token }} GH_PR_EVENT_NUMBER: ${{ inputs.pr_event_number }} # Uses GitHubs ternary syntax to set cli version, see https://docs.github.com/en/actions/learn-github-actions/expressions#example - CLI_VERSION_TAG: ${{ inputs.use_unstable_cli == 'true' && 'main' || 'v0.8.1' }} + CLI_VERSION_TAG: ${{ inputs.use_unstable_cli == 'true' && 'main' || 'v0.8.2' }} run: | podman run \ -v buildah-vol:/var/run/containerd \