Skip to content

Commit 42b1a8e

Browse files
committed
fix action plugin name and version
Signed-off-by: Alfredo Gutierrez <alfredo@swirldslabs.com>
1 parent a337319 commit 42b1a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-push-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
144144

145145
- name: Use yq to update image tag
146-
uses: mikefarah/yq-action@35f5ee3ef7d47ba98e50d8a07bc0d6d124e0517e # Reference by hash
146+
uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2
147147
with:
148148
cmd: "yq eval '.image.tag = strenv(TAG)' -i charts/hedera-block-node/values.yaml"
149149
env:

0 commit comments

Comments
 (0)