Skip to content

Commit

Permalink
fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Sep 14, 2023
1 parent 183bc8d commit f07422d
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 @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Setup jq'
uses: dcarbone/install-jq-action@v2.0.1
uses: dcarbone/install-jq-action@v2.0.0
with:
version: '${{ inputs.version }}'
force: '${{ inputs.force }}'
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 @@ -19,7 +19,7 @@ jobs:
runs-on: macos-latest
steps:
- name: 'Setup jq'
uses: dcarbone/install-jq-action@v2.0.1
uses: dcarbone/install-jq-action@v2.0.0
with:
version: '${{ inputs.version }}'
force: '${{ inputs.force }}'
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 @@ -19,7 +19,7 @@ jobs:
runs-on: windows-latest
steps:
- name: 'Setup jq'
uses: dcarbone/install-jq-action@v2.0.1
uses: dcarbone/install-jq-action@v2.0.0
with:
version: '${{ inputs.version }}'
force: '${{ inputs.force }}'
Expand Down

0 comments on commit f07422d

Please sign in to comment.