From e58dcd535b70b756387e71094c623ea67e35c7e6 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Mon, 4 Nov 2024 16:56:11 -0600 Subject: [PATCH 1/2] bumping yq default to v4.44.3 and updating test matrix --- .github/workflows/tests.yaml | 5 ++++- action.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 020a71b..522d0e2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -24,9 +24,12 @@ jobs: - "ubuntu-latest" - "ubuntu-20.04" - "ubuntu-22.04" + - "ubuntu-24.04" - "macos-latest" - - "macos-11" - "macos-12" + - "macos-13" + - "macos-14" + - "macos-15" - "windows-latest" - "windows-2022" - "windows-2019" diff --git a/action.yaml b/action.yaml index 231344f..3250bb4 100644 --- a/action.yaml +++ b/action.yaml @@ -10,7 +10,7 @@ inputs: version: required: false description: "Version of YQ to install" - default: "v4.35.1" + default: "v4.44.3" download-compressed: required: false description: "If 'true', downloads .tar.gz of binary rather than raw binary. Save the tubes." From 1a13a37c0fa983b7bbdeddd669c858f30384a687 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Mon, 4 Nov 2024 16:57:29 -0600 Subject: [PATCH 2/2] remove macos-12 --- .github/workflows/tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 522d0e2..a664fab 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,7 +26,6 @@ jobs: - "ubuntu-22.04" - "ubuntu-24.04" - "macos-latest" - - "macos-12" - "macos-13" - "macos-14" - "macos-15"