Skip to content

Commit e449076

Browse files
committed
fix: correct yq action version
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 613657f commit e449076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
persist-credentials: false
141141

142142
- name: Install yq
143-
uses: mikefarah/yq@f71c26247e2b5278a5e07e662b2c6e3a1a72e67e # v4.45.4
143+
uses: mikefarah/yq@0f4fb8d35ec1a939d78dd6862f494d19ec589f19 # v4.52.5
144144
with:
145145
cmd: echo "yq installed"
146146

0 commit comments

Comments
 (0)