Skip to content

Commit

Permalink
ci: Avoid NodeJS warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed May 27, 2024
1 parent c034fe0 commit c103d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-target/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
steps:
- name: Replace target string
if: inputs.arch != 'x86_64'
uses: mad9000/actions-find-and-replace-string@3
uses: mad9000/actions-find-and-replace-string@5
id: findandreplace
with:
source: ${{ inputs.target }}
Expand Down

0 comments on commit c103d43

Please sign in to comment.