Skip to content

Commit be5ba37

Browse files
Merge pull request #76 from devops-infra/release/0.9.2
Bump release to 0.9.2
2 parents 649bcb8 + 697abb3 commit be5ba37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
phony: help
33

44
# Release tag for the action
5-
VERSION := v0.9.1
5+
VERSION := v0.9.2
66

77
# GitHub Actions bogus variables
88
GITHUB_REF ?= refs/heads/null

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ outputs:
4545
description: Name of the branch code was pushed into
4646
runs:
4747
using: docker
48-
image: docker://devopsinfra/action-commit-push:v0.9.1
48+
image: docker://devopsinfra/action-commit-push:v0.9.2
4949
env:
5050
GITHUB_TOKEN: ${{ inputs.github_token }}
5151
branding:

0 commit comments

Comments
 (0)