From 26514abd65b9c3bcde635e9617fe39de4c8e67b3 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Sat, 29 Mar 2025 22:38:50 -0500 Subject: [PATCH] always forget the dang readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0cd8bb..19507ad 100644 --- a/README.md +++ b/README.md @@ -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).