From dbee0edfa88709da07f012ac8bdf4312e080a67c Mon Sep 17 00:00:00 2001 From: Brandon High Date: Wed, 30 Aug 2023 10:48:52 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6e0f410..c347043 100644 --- a/action.yml +++ b/action.yml @@ -128,7 +128,7 @@ runs: # version of the container. This prevents the user from having to build # the container themselves. #image: 'Dockerfile' - image: 'docker://ghcr.io/kustomize-everything/action-promote:v4.0.0' + image: 'docker://ghcr.io/kustomize-everything/action-promote:v4.1.0' env: GIT_COMMIT_USER: ${{ inputs.git-commit-user }} GIT_COMMIT_EMAIL: ${{ inputs.git-commit-email }}