Skip to content

Commit 086753a

Browse files
SergioGasquezjessebraham
authored andcommitted
ci: Avoid NodeJS warning
1 parent c034fe0 commit 086753a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-target/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
steps:
1818
- name: Replace target string
1919
if: inputs.arch != 'x86_64'
20-
uses: mad9000/actions-find-and-replace-string@3
20+
uses: mad9000/actions-find-and-replace-string@5
2121
id: findandreplace
2222
with:
2323
source: ${{ inputs.target }}

0 commit comments

Comments
 (0)