always forget the dang readme.

This commit is contained in:
Daniel Carbone
2025-03-29 22:38:50 -05:00
parent 4e6d52de30
commit 26514abd65

View File

@@ -5,6 +5,7 @@ Multiplatform [jq](https://github.com/stedolan/jq) installer action
This action is tested against the following versions of JQ:
- [1.7.1](https://github.com/jqlang/jq/releases/tag/jq-1.7.1)
- [1.7](https://github.com/jqlang/jq/releases/tag/jq-1.7)
- [1.6](https://github.com/jqlang/jq/releases/tag/jq-1.6)
- [1.5](https://github.com/jqlang/jq/releases/tag/jq-1.5)
@@ -29,7 +30,7 @@ This action is tested against the following versions of JQ:
version:
required: false
description: "Version of jq to install"
default: "1.7"
default: "1.7.1"
```
This must be a version with a [corresponding release](https://github.com/stedolan/jq/releases).