Skip to content

Commit

Permalink
CrossBuild bump checkout action v2 to v4 to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord of Scripts committed Aug 27, 2024
1 parent 24e3e9d commit 43b61e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# step 1: checkout repository code inside the workspace directory of the runner
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# step 2: generate build files and dump inside the workspace directory of the runner
- name: Generate build files
Expand Down

0 comments on commit 43b61e3

Please sign in to comment.