From 697abb3b37b0866ce3b697b5a9b624f370808064 Mon Sep 17 00:00:00 2001 From: Krzysztof Szyper <45788587+ChristophShyper@users.noreply.github.com> Date: Thu, 10 Nov 2022 13:43:25 +0100 Subject: [PATCH] Bump release to 0.9.2 --- Makefile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 22a08a7..17d57fd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ phony: help # Release tag for the action -VERSION := v0.9.1 +VERSION := v0.9.2 # GitHub Actions bogus variables GITHUB_REF ?= refs/heads/null diff --git a/action.yml b/action.yml index 34eb004..c1ebea0 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ outputs: description: Name of the branch code was pushed into runs: using: docker - image: docker://devopsinfra/action-commit-push:v0.9.1 + image: docker://devopsinfra/action-commit-push:v0.9.2 env: GITHUB_TOKEN: ${{ inputs.github_token }} branding: