Skip to content

Commit

Permalink
ci: Update checkout action to v3
Browse files Browse the repository at this point in the history
This avoids some warnings.
  • Loading branch information
trungnt2910 committed Jul 21, 2023
1 parent 7bcfc64 commit e82cfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
Expand Down

0 comments on commit e82cfd4

Please sign in to comment.