Skip to content

Commit

Permalink
Update CI checkout task
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Aug 9, 2023
1 parent 9390168 commit 2262f0d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
steps:

#Restore
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
lfs: false
path: 'UnityWebBrowserSource/'

#Setup the Environment
Expand Down Expand Up @@ -55,9 +54,8 @@ jobs:
steps:

#Checkout
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
lfs: false
path: 'UnityWebBrowserSource/'

#Restore the cache for pages
Expand All @@ -80,9 +78,9 @@ jobs:
steps:

#Checkout
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
lfs: false
fetch-depth: 0
submodules: 'recursive'
path: 'UnityWebBrowserSource/'

Expand Down

0 comments on commit 2262f0d

Please sign in to comment.