Spaces:
Build error
Build error
Merge pull request #5 from pabl-o-ce/renovate/actions-checkout-4.x
Browse files- .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml
CHANGED
|
@@ -46,7 +46,7 @@ jobs:
|
|
| 46 |
runs-on: ubuntu-latest
|
| 47 |
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
| 48 |
steps:
|
| 49 |
-
- uses: actions/checkout@
|
| 50 |
with:
|
| 51 |
fetch-depth: 0
|
| 52 |
lfs: true
|
|
|
|
| 46 |
runs-on: ubuntu-latest
|
| 47 |
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
| 48 |
steps:
|
| 49 |
+
- uses: actions/checkout@v4
|
| 50 |
with:
|
| 51 |
fetch-depth: 0
|
| 52 |
lfs: true
|