Skip to content

Commit

Permalink
Merge pull request #2 from dcarbone/dcarbone/yq-update
Browse files Browse the repository at this point in the history
bumping yq default to v4.44.3 and updating test matrix
  • Loading branch information
dcarbone authored Nov 4, 2024
2 parents 0d52e36 + 1a13a37 commit 5774596
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ 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"
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 5774596

Please sign in to comment.