Skip to content

Commit

Permalink
Merge pull request #5 from dcarbone/dependabot/github_actions/dcarbon…
Browse files Browse the repository at this point in the history
…e/install-yq-action-1.3.0

Bump dcarbone/install-yq-action from 1.1.1 to 1.3.0
  • Loading branch information
dcarbone authored Nov 15, 2024
2 parents a5f7267 + ec35b4d commit a2e3287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Setup yq'
uses: dcarbone/install-yq-action@v1.1.1
uses: dcarbone/install-yq-action@v1.3.0
with:
version: '${{ inputs.version }}'
download-compressed: '${{ inputs.download-compressed }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: macos-latest
steps:
- name: 'Setup yq'
uses: dcarbone/install-yq-action@v1.1.1
uses: dcarbone/install-yq-action@v1.3.0
with:
version: '${{ inputs.version }}'
download-compressed: '${{ inputs.download-compressed }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: windows-latest
steps:
- name: 'Setup yq'
uses: dcarbone/install-yq-action@v1.1.1
uses: dcarbone/install-yq-action@v1.3.0
with:
version: '${{ inputs.version }}'
download-compressed: '${{ inputs.download-compressed }}'
Expand Down

0 comments on commit a2e3287

Please sign in to comment.