Update example-linux.yaml

This commit is contained in:
Daniel Carbone
2023-09-27 19:11:18 -05:00
committed by GitHub
parent c1548c666d
commit bfb9fa8e7d

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 'Setup jq' - name: 'Setup jq'
uses: dcarbone/install-jq-action@v2.0.0 uses: dcarbone/install-jq-action@v2
with: with:
version: '${{ inputs.version }}' version: '${{ inputs.version }}'
force: '${{ inputs.force }}' force: '${{ inputs.force }}'