Skip to content

Commit

Permalink
Bump default yq version to v4.30.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Dec 20, 2022
1 parent 6fbdffb commit 4d2a795
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
type: string
required: false
description: "Version of YQ to install"
default: "v4.28.1"
default: "v4.30.6"
download-compressed:
type: boolean
required: false
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Setup yq'
uses: dcarbone/install-yq-action@v1.0.1
uses: dcarbone/install-yq-action@v1.1.0
with:
version: '${{ inputs.version }}'
download-compressed: '${{ inputs.download-compressed }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
type: string
required: false
description: "Version of YQ to install"
default: "v4.28.1"
default: "v4.30.6"
download-compressed:
type: boolean
required: false
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: macos-latest
steps:
- name: 'Setup yq'
uses: dcarbone/install-yq-action@v1.0.1
uses: dcarbone/install-yq-action@v1.1.0
with:
version: '${{ inputs.version }}'
download-compressed: '${{ inputs.download-compressed }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
type: string
required: false
description: "Version of YQ to install"
default: "v4.28.1"
default: "v4.30.6"
download-compressed:
type: boolean
required: false
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: windows-latest
steps:
- name: 'Setup yq'
uses: dcarbone/install-yq-action@v1.0.1
uses: dcarbone/install-yq-action@v1.1.0
with:
version: '${{ inputs.version }}'
download-compressed: '${{ inputs.download-compressed }}'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Cross-platform [yq](https://github.com/mikefarah/yq) installer composite action
version:
required: false
description: "Version of YQ to install"
default: "v4.28.1"
default: "v4.30.6"
```
This must be a version with a [corresponding release](https://github.com/mikefarah/yq/releases).
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.28.1"
default: "v4.30.6"
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 4d2a795

Please sign in to comment.