Skip to content

Commit f9788c7

Browse files
authored
Ensure jq 1.6 (#35)
Install jq 1.6
1 parent 4ac18c3 commit f9788c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ runs:
110110
labels: |
111111
org.opencontainers.image.source=https://github.com/${{ inputs.organization }}/${{ inputs.repository }}
112112
113+
- name: 'Install jq 1.6'
114+
uses: dcarbone/[email protected]
115+
with:
116+
version: 1.6
117+
force: 'true'
118+
113119
- uses: edwardgeorge/jq-action@main
114120
id: tag
115121
with:

0 commit comments

Comments
 (0)