Skip to content

Commit

Permalink
deps: upgrade setup node (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien HOUZÉ <[email protected]>

Signed-off-by: Sébastien HOUZÉ <[email protected]>
  • Loading branch information
Sébastien HOUZÉ committed Jan 19, 2023
1 parent 64126b8 commit a3a4042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
patterns: ${{inputs.working-directory}} ${{inputs.other-patterns-to-sparse-checkout}}
- shell: bash
run: echo "⚙ Setup node version ${{inputs.node-version}}"
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{inputs.node-version}}
- shell: bash
Expand Down

0 comments on commit a3a4042

Please sign in to comment.