Skip to content

Commit

Permalink
Update compile-platform.yml
Browse files Browse the repository at this point in the history
update actions/checkout@v3 to actions/checkout@v4 should fix node 16 depreciation warning
  • Loading branch information
Korkman authored Apr 21, 2024
1 parent dc248ad commit 2cb2d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile
run: sudo ./compile ${{ inputs.platform }} ${{ inputs.target_stage }}
Expand Down

0 comments on commit 2cb2d09

Please sign in to comment.