Skip to content

Commit

Permalink
Update "giantswarm/install-binary-action" to v2.0.0
Browse files Browse the repository at this point in the history
This new version uses NodeJS 20.
  • Loading branch information
philss committed May 15, 2024
1 parent a62ca47 commit 3730cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ runs:
echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH
- name: Download cross from GitHub releases
uses: giantswarm/install-binary-action@v1.1.0
uses: giantswarm/install-binary-action@v2.0.0
if: ${{ inputs.use-cross && inputs.cross-version != 'from-source' }}
with:
binary: "cross"
Expand Down

0 comments on commit 3730cdf

Please sign in to comment.