david-oplatka commited on
Commit
09b698e
·
unverified ·
1 Parent(s): a56a1c2

Update sync.yml

Browse files

Changed actions from checkout@v3 to checkout@v2

Files changed (1) hide show
  1. .github/workflows/sync.yml +1 -1
.github/workflows/sync.yml CHANGED
@@ -14,7 +14,7 @@ jobs:
14
 
15
  steps:
16
  - name: Checkout repository
17
- uses: actions/checkout@v3
18
  with:
19
  fetch-depth: 0
20
  lfs: true
 
14
 
15
  steps:
16
  - name: Checkout repository
17
+ uses: actions/checkout@v2
18
  with:
19
  fetch-depth: 0
20
  lfs: true