Skip to content

Commit

Permalink
learn more everyday
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Oct 17, 2022
1 parent d2f573d commit c514f28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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@v1.0.0
uses: dcarbone/install-yq-action@v1.0.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@v1.0.0
uses: dcarbone/install-yq-action@v1.0.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@v1.0.0
uses: dcarbone/install-yq-action@v1.0.0
with:
version: '${{ inputs.version }}'
download-compressed: '${{ inputs.download-compressed }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Setup yq
id: install-yq
uses: dcarbone/install-yq@main
uses: dcarbone/install-yq-action@main
with:
force: '${{ matrix.force }}'
download-compressed: '${{ matrix.download-compressed }}'
Expand Down

0 comments on commit c514f28

Please sign in to comment.